XML3 - API DLL Documentation
Collection of Users

Namespace: XMLV3API.Security
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IList<User> Users { get; }
Visual Basic
Public ReadOnly Property Users As IList(Of User)
	Get
Visual C++
public:
property IList<User^>^ Users {
	IList<User^>^ get ();
}

Field Value

Return Value

Remarks