| ConfigurationItemValue Property |
The value of the configuration item.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string Value { get; set; }
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
Property Value
Type:
StringSee Also