XPathTypedValue Members
Include Protected Members
Include Inherited Members
Implements the object returned by certain property values of the EmailSubmitConnection and FileSubmitConnection classes to get and set those values.
The XPathTypedValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XPathTypedValue |
Top
Properties
Name | Description | |
---|---|---|
XPath | Gets or sets the XPath expression of an XPathTypedValue object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Evaluate | Evaluates the XPath expression defined for an XPathTypedValue object. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetStringValue | Specifies a literal string for an XPathTypedValue object. | |
ToString | Converts the value defined for an XPathTypedValue object to a string. (Overrides Object.ToString().) |
Top