OptionRecord(String, String) Constructor

Definition

Initializes a new instance of the OptionRecord class.

public:
 OptionRecord(System::String ^ name, System::String ^ value);
public OptionRecord (string name, string value);
new Microsoft.Uii.Common.Entities.OptionRecord : string * string -> Microsoft.Uii.Common.Entities.OptionRecord
Public Sub New (name As String, value As String)

Parameters

name
String

Specifies the name of the option.

value
String

Specifies the value of the option.

Applies to