CategoryValue.Account Property
Gets or sets the account.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string Account { get; set; }
public:
[DataMemberAttribute]
property String^ Account {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member Account : string with get, set
<DataMemberAttribute>
Public Property Account As String
Property Value
Type: System.String
The account.
See Also
CategoryValue Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top