ExportCauReportCommand.Format Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 1)]
[ValidateNotNullOrEmptyAttribute]
public OutputType Format { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 1)]
[ValidateNotNullOrEmptyAttribute]
property OutputType Format {
    OutputType get();
    void set(OutputType value);
}
[<ParameterAttribute(Mandatory = true, Position = 1)>]
[<ValidateNotNullOrEmptyAttribute>]
member Format : OutputType with get, set
<ParameterAttribute(Mandatory := True, Position := 1)>
<ValidateNotNullOrEmptyAttribute>
Public Property Format As OutputType

Property Value

Type: Microsoft.ClusterAwareUpdating.Commands.OutputType

See Also

ExportCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top