Share via


RolePlayerConnectDirectiveHasPathToRolePlayer.PathToRolePlayer Property

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

Syntax

'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "RolePlayerConnectDirective",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.ZeroOne)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("80d2760d-1d2b-4228-ae04-f694ed335089")> _
Public Property PathToRolePlayer As DomainPath
'Usage
Dim instance As RolePlayerConnectDirectiveHasPathToRolePlayer 
Dim value As DomainPath 

value = instance.PathToRolePlayer

instance.PathToRolePlayer = value
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "RolePlayerConnectDirective", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.ZeroOne)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("80d2760d-1d2b-4228-ae04-f694ed335089")]
public DomainPath PathToRolePlayer { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"RolePlayerConnectDirective", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::ZeroOne)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer/PathToRolePlayer.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"80d2760d-1d2b-4228-ae04-f694ed335089")]
public:
property DomainPath^ PathToRolePlayer {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get PathToRolePlayer () : DomainPath 
public function set PathToRolePlayer (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

RolePlayerConnectDirectiveHasPathToRolePlayer Class

RolePlayerConnectDirectiveHasPathToRolePlayer Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace