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

Shows if the resource is Active. Valid values are "Y" and "N".

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

Syntax

C#
public string IsActive { get; set; }
Visual Basic (Declaration)
Public Property IsActive As String
Visual C++
public:
property String^ IsActive {
	String^ get ();
	void set (String^ value);
}

See Also