NameValuePair Class

An extended property.
Inheritance Hierarchy
SystemObject
  Aspose.Email.ClientsNameValuePair

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class NameValuePair

The NameValuePair type exposes the following members.

Constructors
  NameDescription
Public methodNameValuePair
Initializes a new instance of the NameValuePair class
Properties
  NameDescription
Public propertyName
Value of the property
Public propertyValue
Name of the property
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also