Contact.FirstName Property

 

Applies To: Dynamics Marketing

Gets or sets the contact’s first name.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public string FirstName { get; set; }
public:
[DataMemberAttribute]
property String^ FirstName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member FirstName : string with get, set
<DataMemberAttribute>
Public Property FirstName As String

Property Value

Type: System.String

Type: String

See Also

Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top