SOApplicationClassCurrentSoProtocols Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual Object CurrentSoProtocols { get; }
Public Overridable ReadOnly Property CurrentSoProtocols As Object
Get
Dim instance As SOApplicationClass
Dim value As Object
value = instance.CurrentSoProtocols
public:
virtual property Object^ CurrentSoProtocols {
Object^ get ();
}
Property Value
Type:
ObjectImplements
IApplicationCurrentSoProtocols
See Also