ReceiveNotification.SubscriptionHandle プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.InArgument<SubscriptionHandle>

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

参照

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

トップに戻る