Share via


IsEmptyGuid.Value プロパティ

 

入力 GUID を取得または設定します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
public InArgument<Guid> Value {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
[RequiredArgumentAttribute]
property InArgument<Guid>^ Value {
    [CompilerGeneratedAttribute]
    InArgument<Guid>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<Guid>^ value);
}
[<DefaultValueAttribute(null)>]
[<RequiredArgumentAttribute>]
member Value : InArgument<Guid> with get, set
<DefaultValueAttribute(Nothing)>
<RequiredArgumentAttribute>
Public Property Value As InArgument(Of Guid)

プロパティ値

Type: System.Activities.InArgument<Guid>

入力 GUID を返します。

参照

IsEmptyGuid クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る