Свойство 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 - пространство имен

Вернуться в начало