Click or drag to resize
INamed Interface

[This is preliminary documentation and is subject to change.]

Represents a namespace-scoped named object.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface INamed

The INamed type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name.
Public propertyNamespace
Gets the namespace.
Top
See Also