다음을 통해 공유


ExternalVariableReference<T>.Name 속성

 

참조할 외부 변수의 이름을 가져오거나 설정합니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

구문

[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

속성 값

Type: System.String

외부 변수의 위치 참조를 반환합니다.

참고 항목

ExternalVariableReference<T> 클래스
Microsoft.Activities 네임스페이스

맨 위로 이동