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 名前空間