ScriptBody Property (Script)
In This Topic
The body (code) for the script
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ScriptBody As String
[CanBeNull()]
public string ScriptBody {get; set;}
[CanBeNull()]
public:
property String^ ScriptBody {
String^ get();
void set ( String^ value);
}
See Also