| INamedObject Interface |
Represents an objects with a (unique) name.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public interface INamedObject
Public Interface INamedObject
public interface class INamedObject
type INamedObject = interface end
The INamedObject type exposes the following members.
Properties
| Name | Description |
---|
| Name |
Gets the name.
|
TopSee Also