DomainModel.DomainRolePlayerInfo Constructor

Initializes a new instance of the DomainModel.DomainRolePlayerInfo class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    relationshipType As Type, _
    propertyName As String, _
    id As Guid _
)
public DomainRolePlayerInfo(
    Type relationshipType,
    string propertyName,
    Guid id
)
public:
DomainRolePlayerInfo(
    Type^ relationshipType, 
    String^ propertyName, 
    Guid id
)
new : 
        relationshipType:Type * 
        propertyName:string * 
        id:Guid -> DomainRolePlayerInfo
public function DomainModel.DomainRolePlayerInfo(
    relationshipType : Type, 
    propertyName : String, 
    id : Guid
)

Parameters

  • relationshipType
    Type: Type

    Type of the relationship for this role.

  • propertyName
    Type: String

    The name of this role.

  • id
    Type: Guid

    The ID for this role.

.NET Framework Security

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

Microsoft.VisualStudio.Modeling Namespace