|
StaffAccountModelRequestRoles Property |
[This is preliminary documentation and is subject to change.]
User roles.
Each user must have at least one role.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic UserRole[] Roles { get; set; }
Public Property Roles As UserRole()
Get
Set
public:
property array<UserRole^>^ Roles {
array<UserRole^>^ get ();
void set (array<UserRole^>^ value);
}
member Roles : UserRole[] with get, set
Property Value
Type:
UserRole
See Also