Interface IRosterOrg
Roster organization built-in type interface.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IRosterOrg : ISecurablePrincipal, IRosterDocument, IPropertyObject, IRosterPrincipal, IRosterIdentity, IVerifiable, ISecurableObjectProperties
View SourceProjects
Gets the list of org projects.
Declaration
IList<IRosterProject> Projects { get; }Property Value
| Type | Description | 
|---|---|
| IList<IRosterProject> | 
Roles
Gets the list of org roles.
Declaration
IList<IRosterRole> Roles { get; }Property Value
| Type | Description | 
|---|---|
| IList<IRosterRole> | 
Tools
Gets the list of org tools.
Declaration
IList<IRosterTool> Tools { get; }Property Value
| Type | Description | 
|---|---|
| IList<IRosterTool> |