共用方式為


DscConfigurationParameter.IsMandatory 屬性

定義

取得或設定布林值,指出參數是否為必要。

public bool IsMandatory { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="isMandatory")]
public bool? IsMandatory { get; set; }
member this.IsMandatory : bool with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="isMandatory")>]
member this.IsMandatory : Nullable<bool> with get, set
Public Property IsMandatory As Boolean
Public Property IsMandatory As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於