[CanBeNullAttribute]
string LauncherPath { get; }
<CanBeNullAttribute>
ReadOnly Property LauncherPath As String
Get
[CanBeNullAttribute]
property String^ LauncherPath {
String^ get ();
}
[<CanBeNullAttribute>]
abstract LauncherPath : string with get