INameValue Interface

Definition

Represents a name/value pair.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FB04AB87-FC05-4374-8DAE-59D84633379B")]
public interface INameValue
type INameValue = interface
Public Interface INameValue
Derived
Attributes

Properties

Name

Retrieves the name of the name/value pair.

Value

Retrieves the value of the name/value pair.

Applies to