 | EmailNotificationSettingsModelExcludeIds Property |
Gets or sets the Double-Take "EmailExcludeIds" registry setting.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic string[] ExcludeIds { get; set; }
Public Property ExcludeIds As String()
Get
Set
public:
property array<String^>^ ExcludeIds {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ExcludeIds : string[] with get, set
Property Value
Type:
String
See Also