DkmEnumerateBackgroundTasksAsyncResult.TaskNames 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.
Background task names.
public:
property cli::array <System::String ^> ^ TaskNames { cli::array <System::String ^> ^ get(); };
public:
property Platform::Array <Platform::String ^> ^ TaskNames { Platform::Array <Platform::String ^> ^ get(); };
public string[] TaskNames { get; }
member this.TaskNames : string[]
Public ReadOnly Property TaskNames As String()
Property Value
String[]