Class SignaturePropertyType
[Serializable]
public class SignaturePropertyType
- Inheritance
-
SignaturePropertyType
- 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
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
Target
[Required(AllowEmptyStrings = true)]
public string Target { get; set; }
Property Value
Text
public string[] Text { get; set; }
Property Value
- string[]