Class AnyType
[Serializable]
public class AnyType
- Inheritance
-
AnyType
- Inherited Members
Properties
Any
[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }
Property Value
AnyAttribute
[AllowNull]
[MaybeNull]
public Collection<XmlAttribute> AnyAttribute { get; set; }
Property Value
AnyAttributeSpecified
Gets a value indicating whether the AnyAttribute collection is empty.
public bool AnyAttributeSpecified { get; }
Property Value
AnySpecified
Gets a value indicating whether the Any collection is empty.
public bool AnySpecified { get; }
Property Value
Text
public string[] Text { get; set; }
Property Value
- string[]