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