Contact.IsStaff Property

 

Applies To: Dynamics Marketing

Gets or sets a value indicating whether it's a staff contact.

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

Syntax

[DataMemberAttribute]
public bool IsStaff { get; set; }
public:
[DataMemberAttribute]
property bool IsStaff {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsStaff : bool with get, set
<DataMemberAttribute>
Public Property IsStaff As Boolean

Property Value

Type: System.Boolean

Type: Boolean

See Also

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

Return to top