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