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

True if the extranet item is active

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

Syntax

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

See Also