AuthenticationSchemeOptions.EventsType 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.
If set, will be used as the service type to get the Events instance instead of the property.
public:
property Type ^ EventsType { Type ^ get(); void set(Type ^ value); };
public Type? EventsType { get; set; }
public Type EventsType { get; set; }
member this.EventsType : Type with get, set
Public Property EventsType As Type