INestedSite::FullName Property

 

Gets the full name of the component in this site.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

property String^ FullName {
	String^ get();
}

Property Value

Type: System::String^

The full name of the component in this site.

The FullName property returns the full name of the component in this site in the format of [owner].[component]. If this component's site has a null name, the property also returns null.

.NET Framework
Available since 2.0
Return to top
Show: