IStatusMonitorName Property |
Name of the Status Monitor definition.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Name { get; set; }
Property Name As String
Get
Set
Dim instance As IStatusMonitor
Dim value As String
value = instance.Name
instance.Name = value
property String^ Name {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also