SecureBlackbox 2020 .NET Edition

Questions / Feedback?

StringNameValuePair Type

A simple name-value pair object.

Remarks

The component represents a name-value string pair used in a variety of network components.

Fields

Name
String

The name element in a (name, value) pair.

Value
String

The value element in a (name, value) pair.

Constructors

public StringNameValuePair(string name, string value);
Public StringNameValuePair(ByVal Name As String, ByVal Value As String)

Creates a name-value pair from a name and a value.

Creates an empty name-value object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]