Class BackupExecSharePointFarmAgentServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec SharePoint farm agent server.
public class BackupExecSharePointFarmAgentServer : BackupExecAgentServer, IComparable<BackupExecAgentServer>
- Inheritance
-
BackupExecSharePointFarmAgentServer
- Implements
- Inherited Members
Constructors
BackupExecSharePointFarmAgentServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSharePointFarmAgentServer class.
public BackupExecSharePointFarmAgentServer()
Properties
ConfigurationDatabase
Gets or sets the configuration database used by the SharePoint installation - for example "CORP-SP01\SQLEXPRESS\SharePoint_Config".
public string ConfigurationDatabase { get; set; }
Property Value
WebServers
Gets or sets the web servers included in this backup.
public SerializableStringCollection WebServers { get; set; }
Property Value
- SerializableStringCollection