ResourceProperty.Name 属性

获取资源属性的名称。

命名空间:  System.Data.Services.Providers
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property Name As String
    Get
用法
Dim instance As ResourceProperty
Dim value As String

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

属性值

类型:System.String
作为字符串的资源属性的名称。

请参阅

参考

ResourceProperty 类

System.Data.Services.Providers 命名空间