DomainModel.DomainRolePlayerInfo Constructor
Initializes a new instance of the DomainModel.DomainRolePlayerInfo class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.TypeType of the relationship for this role.
propertyName
Type: System.StringThe name of this role.
id
Type: System.GuidThe ID for this role.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.