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 命名空间