RolePlayerConnectDirectiveHasPathToRolePlayer.SetPathToRolePlayer Method

Sets PathToRolePlayer.

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

Syntax

'Declaração
Public Shared Sub SetPathToRolePlayer ( _
    element As RolePlayerConnectDirective, _
    newPathToRolePlayer As DomainPath _
)
public static void SetPathToRolePlayer(
    RolePlayerConnectDirective element,
    DomainPath newPathToRolePlayer
)
public:
static void SetPathToRolePlayer(
    RolePlayerConnectDirective^ element, 
    DomainPath^ newPathToRolePlayer
)
static member SetPathToRolePlayer : 
        element:RolePlayerConnectDirective * 
        newPathToRolePlayer:DomainPath -> unit 
public static function SetPathToRolePlayer(
    element : RolePlayerConnectDirective, 
    newPathToRolePlayer : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

RolePlayerConnectDirectiveHasPathToRolePlayer Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace