HttpPut.Uri プロパティ

 

ターゲット Uri を取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<String>

構成済み Uri を返します。

参照

HttpPut クラス
Microsoft.Activities.Messaging 名前空間

トップに戻る