Interface IExposeGuid
Defines a series of methods to be implemented by a type that exposes a Guid as an instance property.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface IExposeGuid
Properties
| Edit this page View SourceGuid
Gets the Guid associated with this object.
Declaration
Guid Guid { get; }
Property Value
Type | Description |
---|---|
Guid |