 | ConnectionStartParametersModelScriptPoints Property |
Gets or sets script points to configure on the connection.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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