GetCauReportCommand.StartDate Property

 

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

Syntax

[ParameterAttribute(Position = 1, ParameterSetName = "RangeParamSet")]
public DateTime StartDate { get; set; }
public:
[ParameterAttribute(Position = 1, ParameterSetName = "RangeParamSet")]
property DateTime StartDate {
    DateTime get();
    void set(DateTime value);
}
[<ParameterAttribute(Position = 1, ParameterSetName = "RangeParamSet")>]
member StartDate : DateTime with get, set
<ParameterAttribute(Position := 1, ParameterSetName := "RangeParamSet")>
Public Property StartDate As Date

Property Value

Type: System.DateTime

See Also

GetCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top