SubscriptionsClassEmpty Property |
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual bool Empty { get; }
Public Overridable ReadOnly Property Empty As Boolean
Get
Dim instance As SubscriptionsClass
Dim value As Boolean
value = instance.Empty
public:
virtual property bool Empty {
bool get ();
}
Property Value
Type:
BooleanImplements
ISubscriptionsEmpty
See Also