XmlSchemaFacet.IsFixed Eigenschaft
Definition
Ruft Informationen ab, die angeben, dass das Facet festgelegt ist, oder legt diese fest.Gets or sets information that indicates that this facet is fixed.
public:
virtual property bool IsFixed { bool get(); void set(bool value); };
public virtual bool IsFixed { get; set; }
member this.IsFixed : bool with get, set
Public Overridable Property IsFixed As Boolean
Eigenschaftswert
true
, wenn der Wert festgelegt ist, andernfalls false
.If true
, value is fixed; otherwise, false
. Der Standardwert ist false
.The default is false
. Dies ist optional.Optional.
Hinweise
Diese Eigenschaft wird von XmlSchemaEnumerationFacet
und nicht verwendet, XmlSchemaPatternFacet
da diese Klassen nicht korrigiert werden können.This property is unused by XmlSchemaEnumerationFacet
and XmlSchemaPatternFacet
because these classes cannot be fixed.