DomExposedAttribute public sealed class DomExposedAttribute : Attribute This attribute is used to determine the hosting interface. Documentation Code public string Target { get; } Gets the official name of the target interface. public DomExposedAttribute(string target) Creates a new DomExposedAttribute.