GetCauReportCommand.EndDate Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[ParameterAttribute(Position = 2, ParameterSetName = "RangeParamSet")]
public DateTime EndDate { get; set; }
public:
[ParameterAttribute(Position = 2, ParameterSetName = "RangeParamSet")]
property DateTime EndDate {
DateTime get();
void set(DateTime value);
}
[<ParameterAttribute(Position = 2, ParameterSetName = "RangeParamSet")>]
member EndDate : DateTime with get, set
<ParameterAttribute(Position := 2, ParameterSetName := "RangeParamSet")>
Public Property EndDate As Date
Property Value
Type: System.DateTime
See Also
GetCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top