StreamingSubscriptionConnection.CurrentSubscriptions 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 current subscriptions in this connection.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::StreamingSubscription ^> ^ CurrentSubscriptions { System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::StreamingSubscription ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.StreamingSubscription> CurrentSubscriptions { get; }
Public ReadOnly Property CurrentSubscriptions As IEnumerable(Of StreamingSubscription)