DkmProcessStartupInfo.Desktop 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.
[Optional] The name of the desktop, or the name of both the desktop and window station for this process. A backslash in the string indicates that the string includes both the desktop and window station names. For more information, see Thread Connection to a Desktop.
public:
property System::String ^ Desktop { System::String ^ get(); };
public:
property Platform::String ^ Desktop { Platform::String ^ get(); };
public string Desktop { get; }
public string? Desktop { get; }
member this.Desktop : string
Public ReadOnly Property Desktop As String
Property Value
Returns String.