INestedSite.FullName 屬性

定義

取得這個站台中的元件完整名稱。

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
public string? FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

屬性值

這個站台中的元件完整名稱。

備註

屬性會 FullName 傳回此網站中元件的完整名稱,格式為 [owner].[component] 如果此元件的月臺具有 Null 名稱,屬性也會傳 null回 。

適用於