INestedSite.FullName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個站台中的元件完整名稱。
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
回 。