Interface INameable
Defines a set of members to be implemented by a type that exposes a name property.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface INameable
Properties
| Edit this page View SourceName
Gets the name of this element.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |