Click or drag to resize

INameOwner Properties

The INameOwner type exposes the following members.

Properties
 NameDescription
Public propertyNameThe name of the name owner. The get operation will throw an InvalidOperationException if the name is not still set (use TryGetName(String) to test for this condition). The set operation can throw an InvalidOperation exception if it is not allowed to set the name.
Top
See Also