ResourceType.Namespace 属性

获取资源类型的命名空间。

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

语法

声明
Public ReadOnly Property Namespace As String
    Get
用法
Dim instance As ResourceType
Dim value As String

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

属性值

类型:System.String
资源类型的命名空间。

请参阅

参考

ResourceType 类

System.Data.Services.Providers 命名空间