次の方法で共有


IEdmStringValue.Value プロパティ

この文字列値の定義を取得します。

名前空間:  Microsoft.Data.Edm.Values
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
ReadOnly Property Value As String
    Get
'使用
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

プロパティ値

型: System.String

関連項目

参照

IEdmStringValue インターフェイス

Microsoft.Data.Edm.Values 名前空間