Company.CompanyDescription Property
Applies To: Dynamics Marketing
Gets or sets the company description.
This property is labeled as 'Memo' in the web application user interface and in the OData CSDL.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string CompanyDescription { get; set; }
public:
[DataMemberAttribute]
property String^ CompanyDescription {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member CompanyDescription : string with get, set
<DataMemberAttribute>
Public Property CompanyDescription As String
Property Value
Type: System.String
The company description.
See Also
Company Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top