OptionRecord(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.