'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property Script As System.String
'Usage
Dim instance As CMDScript Dim value As System.String instance.Script = value value = instance.Script
[System.ComponentModel.Browsable(false)] public System.string Script {get; set;}