Option.Required 속성

정의

부모 명령을 호출할 때 옵션이 필요한지 여부를 나타냅니다.

public:
 property bool Required { bool get(); void set(bool value); };
public bool Required { get; set; }
member this.Required : bool with get, set
Public Property Required As Boolean

속성 값

설명

옵션이 필요하고 부모 명령이 없는 경우 오류가 발생합니다.

적용 대상