GetCauReportCommand.StartDate Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
[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
Type: System.DateTime
GetCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top