Class SecurityOptions
Common server settings.
Inheritance
System.Object
SecurityOptions
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class SecurityOptions : object
Properties
View SourceAdminGroup
Gets or sets the Roster administrator group.
Declaration
public Guid AdminGroup { get; set; }
Property Value
Type | Description |
---|---|
Guid |
DeveloperGroup
Gets or sets the Roster developer group.
Declaration
public Guid DeveloperGroup { get; set; }
Property Value
Type | Description |
---|---|
Guid |