共用方式為


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