다음을 통해 공유


Option.IsRequired 속성

정의

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

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

속성 값

설명

옵션이 필요하고 부모 명령이 없이 호출되면 오류가 발생합니다.

적용 대상