Class SecurityOptions
Common server settings.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class SecurityOptions
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 |