ExportAttribute.Selector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the C# selector if specified, or null if it is derived from the property name or method.
public string Selector { get; set; }
member this.Selector : string with get, set