IHasGuids public interface IHasGuids : IHasIdentifyingInformation Enables a class to return a list of GUIDs for an object. Documentation List<Guid> Guids { get; set; } Gets or sets a list of GUIDs for an object.