KeyValuePairValue Property |
The Value element of a key value pair.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic string Value { get; set; }Public Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () sealed;
void set (String^ value) sealed;
}Property Value
StringValue
Return Value
StringValue as a string
See Also