'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to the Console file.")> Public Property ConsoleFilePath As System.String
'Usage
Dim instance As PSActivity Dim value As System.String instance.ConsoleFilePath = value value = instance.ConsoleFilePath
[System.ComponentModel.Description("Specifies the path to the Console file.")] public System.string ConsoleFilePath {get; set;}