FacetDescription.IsRequired 属性
定义
获取一个值,该值指示此方面是否为必需的方面。Gets a value indicating whether this facet is a required facet.
public:
property bool IsRequired { bool get(); };
public bool IsRequired { get; }
member this.IsRequired : bool
Public ReadOnly Property IsRequired As Boolean
属性值
如果此方面是必需的方面,则为 true;否则为 false。true if this facet is a required facet; otherwise, false.