Click or drag to resize
PropertyValuePair Class
Contains the property and value pair used to specify property conditions. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CorrigoServicePropertyValuePair

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class PropertyValuePair

The PropertyValuePair type exposes the following members.

Properties
  NameDescription
Public propertyPropertyName
Gets or sets a property name.
Public propertyValue
Gets or sets a property value.
Top
See Also