SOApplicationClassCurrentSoProtocol Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual string CurrentSoProtocol { get; set; }
Public Overridable Property CurrentSoProtocol As String
Get
Set
Dim instance As SOApplicationClass
Dim value As String
value = instance.CurrentSoProtocol
instance.CurrentSoProtocol = value
public:
virtual property String^ CurrentSoProtocol {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringImplements
IApplicationCurrentSoProtocol
See Also