Company.Status Property

 

Applies To: Dynamics Marketing

Gets or sets the status of the entity record.

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

Syntax

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

Property Value

Type: Microsoft.Dynamics.Marketing.SDK.Common.EntityStatus

The current status of the entity record.

See Also

ActivateCompanyRequest
DeleteCompanyRequest
Company Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top