Gets the collection of all users in the database.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCUserDBCollection<BCUser> Users { get; }
Public ReadOnly Property Users As BCUserDBCollection(Of BCUser)
Get
public:
property BCUserDBCollection<BCUser^>^ Users {
BCUserDBCollection<BCUser^>^ get ();
}
member Users : BCUserDBCollection<BCUser> with get
Property Value
Type:
BCUserDBCollectionBCUserSee Also