 | ConnectionStartParametersModelScriptPoints Property |
Gets or sets script points to configure on the connection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic ScriptPointModel[] ScriptPoints { get; set; }
Public Property ScriptPoints As ScriptPointModel()
Get
Set
public:
property array<ScriptPointModel^>^ ScriptPoints {
array<ScriptPointModel^>^ get ();
void set (array<ScriptPointModel^>^ value);
}
member ScriptPoints : ScriptPointModel[] with get, set
Property Value
Type:
ScriptPointModel
See Also