Title
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Title { get; set; }
Property Title As String
Get
Set
Dim instance As ISale
Dim value As String
value = instance.Title
instance.Title = value
property String^ Title {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also