PropertyClass.Name プロパティ

プロパティの名前を取得します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public ReadOnly Property Name As String
'使用
Dim instance As PropertyClass
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
public function get Name () : String

プロパティ値

型 : System.String

参照

参照

PropertyClass クラス

PropertyClass メンバ

Microsoft.Data.Schema.SchemaModel 名前空間