CauClusterRoleParameterBaseCommand.WeeksOfMonth Property

 

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

Syntax

[ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")]
[ValidateRangeAttribute(1, 5)]
public int[] WeeksOfMonth { get; set; }
public:
[ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")]
[ValidateRangeAttribute(1, 5)]
property array<int>^ WeeksOfMonth {
    array<int>^ get();
    void set(array<int>^ value);
}
[<ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")>]
[<ValidateRangeAttribute(1, 5)>]
member WeeksOfMonth : int[] with get, set
<ParameterAttribute(ParameterSetName := "MonthlyDayOfWeek")>
<ValidateRangeAttribute(1, 5)>
Public Property WeeksOfMonth As Integer()

Property Value

Type: System.Int32[]

See Also

CauClusterRoleParameterBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top