NestedContainer::OwnerName Property

 

Gets the name of the owning component.

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

protected:
property String^ OwnerName {
	virtual String^ get();
}

Property Value

Type: System::String^

The name of the owning component.

This property may be overridden to provide a custom owner name. The default implementation searches the owner's site for INestedSite and calls FullName, or Name if there is no nested site. If neither is available, this property returns null.

.NET Framework
Available since 2.0
Return to top
Show: