FieldSchema.Name プロパティ
カスタム フィールドの名前を取得します。
名前空間: Microsoft.Synchronization.MetadataStorage
アセンブリ: Microsoft.Synchronization.MetadataStorage (microsoft.synchronization.metadatastorage.dll 内)
構文
'宣言
Public ReadOnly Property Name As String
'使用
Dim instance As FieldSchema
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String
プロパティ値
カスタム フィールドの名前です。
参照
リファレンス
FieldSchema クラス
FieldSchema メンバー
Microsoft.Synchronization.MetadataStorage 名前空間