ContactParameterReader Members
Include Protected Members
Include Inherited Members
The ContactParameterReader class reads contact information from a vCard contact parameter.
The ContactParameterReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The Name property gets the name of the parameter. | |
ParameterId | The ParameterId property returns the identifier for the parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadNextParameter | The ReadNextParameter() method advances to and reads the next parameter. | |
ReadNextValue | The ReadNextValue() method returns the next value of a multi-value parameter. | |
ReadValue | The ReadValue() method returns the value of a parameter. | |
ToString | (Inherited from ValueType.) |
Top