IHasGuid public interface IHasGuid : IHasIdentifyingInformation Enables a class to return a GUID for an object. Documentation Guid? Guid { get; set; } Gets or sets a GUID for an object.