SubscriptionErrorEventArgs.Subscription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the subscription for which an error occurred. If Subscription is a null reference (Nothing in Visual Basic), the error applies to the entire connection.
public:
property Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ Subscription { Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ get(); };
public Microsoft.Exchange.WebServices.Data.StreamingSubscription Subscription { get; }
Public ReadOnly Property Subscription As StreamingSubscription
Property Value
A StreamingSubscription object.