ArcFM Responder Mobile Developer Guide
Subscriptions Property






Syntax
'Declaration
 
Protected ReadOnly Property Subscriptions As System.Collections.Generic.ICollection(Of IEventSubscription)
'Usage
 
Dim instance As ConfigurationSavedEvent
Dim value As System.Collections.Generic.ICollection(Of IEventSubscription)
 
value = instance.Subscriptions
protected System.Collections.Generic.ICollection<IEventSubscription> Subscriptions {get;}
protected read-only property Subscriptions: System.Collections.Generic.ICollection; 
protected function get Subscriptions : System.Collections.Generic.ICollection
protected: __property System.Collections.Generic.ICollection<IEventSubscription*>* get_Subscriptions();
protected:
property System.Collections.Generic.ICollection<IEventSubscription^>^ Subscriptions {
   System.Collections.Generic.ICollection<IEventSubscription^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigurationSavedEvent Class
ConfigurationSavedEvent Members

Send Feedback