IApplicationCurrentSoProtocol Property |
Current SoProtocol, same as Copy-Shortcut
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CurrentSoProtocol { get; set; }
Property CurrentSoProtocol As String
Get
Set
Dim instance As IApplication
Dim value As String
value = instance.CurrentSoProtocol
instance.CurrentSoProtocol = value
property String^ CurrentSoProtocol {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also