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

適用対象