ParseRecorder.RecorderFactories 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.
Gets a collection of parse recorder factories.
public:
static property System::Collections::Generic::IList<Func<System::Web::UI::ParseRecorder ^> ^> ^ RecorderFactories { System::Collections::Generic::IList<Func<System::Web::UI::ParseRecorder ^> ^> ^ get(); };
public static System.Collections.Generic.IList<Func<System.Web.UI.ParseRecorder>> RecorderFactories { get; }
static member RecorderFactories : System.Collections.Generic.IList<Func<System.Web.UI.ParseRecorder>>
Public Shared ReadOnly Property RecorderFactories As IList(Of Func(Of ParseRecorder))
Property Value
The parse recorder factories. If the property is null
, an empty collection is created and returned.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.