QuickSearchResultOrganisationTelephone Property |
Gets or sets the telephone number of the organisation.
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 OrganisationTelephone { get; set; }
Public Property OrganisationTelephone As String
Get
Set
public:
property String^ OrganisationTelephone {
String^ get ();
void set (String^ value);
}
member OrganisationTelephone : string with get, set
Property Value
Type:
String
See Also