Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the definition of this string value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As String
Get
'Usage
Dim instance As IEdmStringValue
Dim value As String
value = instance.Value
string Value { get; }
property String^ Value {
String^ get ();
}
abstract Value : string
function get Value () : String
Property Value
Type: System.String