LogValuesFormatter.ValueNames 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 the list of named format parameter names.
public:
property System::Collections::Generic::List<System::String ^> ^ ValueNames { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> ValueNames { get; }
member this.ValueNames : System.Collections.Generic.List<string>
Public ReadOnly Property ValueNames As List(Of String)