ScopeDescription.UserComments 속성

이 범위의 사용자 설명을 가져오거나 설정합니다.

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

구문

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

value = instance.UserComments

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

속성 값

유형: System.String
이 범위의 사용자 설명을 나타내는 문자열입니다.

참고 항목

참조

ScopeDescription 클래스

Microsoft.Workflow.Client 네임스페이스