SubscriptionsClassItem Property |
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual Subscription this[
int Index
] { get; }
Public Overridable ReadOnly Default Property Item (
Index As Integer
) As Subscription
Get
Dim instance As SubscriptionsClass
Dim Index As Integer
Dim value As Subscription
value = instance(Index)
public:
virtual property Subscription^ default[[InAttribute] int Index] {
Subscription^ get ([InAttribute] int Index);
}
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
SubscriptionImplements
ISubscriptionsItemInt32
See Also