Interface IRosterIdentity
Encapsulates properties needed for identifying an item in the database.
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Common.dll
Syntax
public interface IRosterIdentity
Properties
View SourceContainer
Gets or sets the object container. Container names are case sensitive.
Declaration
string Container { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets the object Id.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the object name. Names are case sensitive.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Scope
Gets information about the scope of the object.
Declaration
Scope Scope { get; }
Property Value
Type | Description |
---|---|
Scope |