Contact.Language Property
Applies To: Dynamics Marketing
Gets or sets the contact’s language.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Language Language { get; set; }
public:
[DataMemberAttribute]
property Language^ Language {
Language^ get();
void set(Language^ value);
}
[<DataMemberAttribute>]
member Language : Language with get, set
<DataMemberAttribute>
Public Property Language As Language
Property Value
Type: Microsoft.Dynamics.Marketing.SDK.Model.Language
Type: Language
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top