次の方法で共有


EdmLabeledExpression.Name プロパティ

式の名前を取得または設定します。

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

構文

'宣言
Public Property Name As String
    Get
    Set
'使用
Dim instance As EdmLabeledExpression
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
final function get Name () : String
final function set Name (value : String)

プロパティ値

型: System.String
式の名前。

実装

IEdmNamedElement.Name

関連項目

参照

EdmLabeledExpression クラス

Microsoft.Data.Edm.Library.Expressions 名前空間