다음을 통해 공유


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

적용 대상