ExternalVariableReference<T>.Name Property

 

Gets or sets the name of the external variable to reference.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
public string Name {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
property String^ Name {
    [CompilerGeneratedAttribute]
    virtual String^ get() sealed;
    [CompilerGeneratedAttribute]
    virtual void set(String^ value) sealed;
}
[<DefaultValueAttribute(null)>]
[<RequiredArgumentAttribute>]
abstract Name : string with get, set
[<DefaultValueAttribute(null)>]
[<RequiredArgumentAttribute>]
override Name : string with get, set
<DefaultValueAttribute(Nothing)>
<RequiredArgumentAttribute>
Public Property Name As String

Property Value

Type: System.String

Returns the location reference of the external variable.

See Also

ExternalVariableReference<T> Class
Microsoft.Activities Namespace

Return to top