ScopeDescription.DisplayName 속성

이 범위에 대한 디스플레이 이름입니다.

네임스페이스:  Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client(Microsoft.Workflow.Client.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DisplayName As String 
    Get 
    Set
‘사용 방법
Dim instance As ScopeDescription 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string DisplayName { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

속성 값

유형: System.String
이 범위에 대한 디스플레이 이름입니다.

참고 항목

참조

ScopeDescription 클래스

Microsoft.Workflow.Client 네임스페이스