この値の定義を取得します。
名前空間: Microsoft.Data.Edm.Library.Values
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public ReadOnly Property Value As String
Get
'使用
Dim instance As EdmStringConstant
Dim value As String
value = instance.Value
public string Value { get; }
public:
virtual property String^ Value {
String^ get () sealed;
}
abstract Value : string
override Value : string
final function get Value () : String
プロパティ値
型: System.String
この値の定義。