Subscribe.SubscriptionHandle Property

 

Gets or sets the handle to the created subscription rule.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[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)

Property Value

Type: System.Activities.InArgument<SubscriptionHandle>

Returns a handle to the created subscription rule.

See Also

Subscribe Class
Microsoft.Activities.Messaging Namespace

Return to top