Subscribe.SubscriptionHandle プロパティ

 

作成されたサブスクリプション ルールに対するハンドルを取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<SubscriptionHandle>

作成されたサブスクリプション ルールに対するハンドルを返します。

参照

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

トップに戻る