Поделиться через


Свойство CreateUriFromDynamicValue.Options

 

Получает или задает DynamicValue с элементами URI — схемой, узлом, портом, путем, запросом и фрагментами.

Пространство имен:   Microsoft.Activities
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

[RequiredArgumentAttribute]
public InArgument<DynamicValue> Options {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InArgument<DynamicValue^>^ Options {
    [CompilerGeneratedAttribute]
    InArgument<DynamicValue^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<DynamicValue^>^ value);
}
[<RequiredArgumentAttribute>]
member Options : InArgument<DynamicValue> with get, set
<RequiredArgumentAttribute>
Public Property Options As InArgument(Of DynamicValue)

Значение свойства

Type: System.Activities.InArgument<DynamicValue>

Возвращает настроенное DynamicValue.

См. также

CreateUriFromDynamicValue - класс
Microsoft.Activities - пространство имен

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