FieldMetadataFieldDescription Property |
Gets or sets field description.
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 FieldDescription { get; set; }
Public Property FieldDescription As String
Get
Set
public:
property String^ FieldDescription {
String^ get ();
void set (String^ value);
}
member FieldDescription : string with get, set
Property Value
Type:
String
See Also