QuickSearchResultPersonFullName Property |
Gets or sets the full name of the person .
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic string PersonFullName { get; set; }
Public Property PersonFullName As String
Get
Set
public:
property String^ PersonFullName {
String^ get ();
void set (String^ value);
}
member PersonFullName : string with get, set
Property Value
Type:
String
See Also