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