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