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