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

The unique id of the role, the value of -1 denotes that the object does not represent the role based security.

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

Syntax

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

See Also