XdmTypeAttribute.Quantifier PropertyXdmTypeAttribute.Quantifier PropertyXdmTypeAttribute::Quantifier Property

Gets or sets the quantifier of the sequence.

Syntax

Public Property Quantifier As Quantifier
        Get
        Set(ByVal value As Quantifier)
public Quantifier Quantifier { get; set; }
public:
property Quantifier Quantifier {
    Quantifier get();
    void set(Quantifier value);
}
 

Property Value

Type: XmlPrime.QuantifierXmlPrime.QuantifierXmlPrime::Quantifier

A QuantifierQuantifierQuantifier value which specifies the cardinality of the sequence type.