Show / Hide Table of Contents

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 Source

Container

Gets or sets the object container. Container names are case sensitive.

Declaration
string Container { get; set; }
Property Value
Type Description
System.String
View Source

Id

Gets the object Id.

Declaration
Guid Id { get; }
Property Value
Type Description
Guid
View Source

Name

Gets or sets the object name. Names are case sensitive.

Declaration
string Name { get; set; }
Property Value
Type Description
System.String
View Source

Scope

Gets information about the scope of the object.

Declaration
Scope Scope { get; }
Property Value
Type Description
Scope
  • View Source
In This Article
Back to top Generated by DocFX