[This is preliminary documentation and is subject to change.]

Teh item constant name

Namespace:  OfficeClip.BusinessLayer.Template
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ItemConstants Name { get; set; }
Visual Basic (Declaration)
Public Property Name As ItemConstants
Visual C++
public:
property ItemConstants Name {
	ItemConstants get ();
	void set (ItemConstants value);
}

See Also