KeyValuePair ClassDocuWare Platform .NET API
Contains a key-value pair.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClient.ContentKeyValuePair

Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/settings/common")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
public class KeyValuePair

The KeyValuePair type exposes the following members.

Constructors

  NameDescription
Public methodKeyValuePair
Initializes a new instance of the KeyValuePair class
Top
Properties

  NameDescription
Public propertyName
The name of the environment variable.
Public propertyValue
The value of the environment variable.
Top
Remarks

See Also

Reference