ResourceType.FullName 属性

获取资源的全名。

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

语法

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

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

属性值

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

请参阅

参考

ResourceType 类

System.Data.Services.Providers 命名空间