WebRoleAuthorities Property |
Authorities
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebAuthority> Authorities { get; set; }
Public Property Authorities As List(Of WebAuthority)
Get
Set
public:
property List<WebAuthority^>^ Authorities {
List<WebAuthority^>^ get ();
void set (List<WebAuthority^>^ value);
}
member Authorities : List<WebAuthority> with get, set
Property Value
Type:
ListWebAuthoritySee Also