UpdateStatusSummary Class

Defines a directive to update a domain's status.

Definition

Namespace: MFiles.VAF.Configuration.Domain.ClientDirective
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class UpdateStatusSummary : IClientDirective
Inheritance
Object    UpdateStatusSummary
Implements
IClientDirective

Constructors

Properties

DomainId The id of the domain whose status should be updated.
StatusSummary The updated status summary of the domain.
Type Indicates the directive type defined.

See Also