Table of Contents

Class MicrosoftFailoverClusterWinsServiceResourceProperties

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the properties of a WINS service resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterWinsServiceResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterWinsServiceResourceProperties

Constructors

MicrosoftFailoverClusterWinsServiceResourceProperties()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterWinsServiceResourceProperties class.

public MicrosoftFailoverClusterWinsServiceResourceProperties()

Properties

BackupPath

Gets or sets the log file path.

public string BackupPath { get; set; }

Property Value

string

DatabasePath

Gets or sets the database path.

public string DatabasePath { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterWinsServiceResourceProperties cloned from this object.

public MicrosoftFailoverClusterWinsServiceResourceProperties Clone()

Returns

MicrosoftFailoverClusterWinsServiceResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterWinsServiceResourceProperties.

ToString()

Returns the WINS service resource properties as a human readable string.

public override string ToString()

Returns

string

The WINS service resource properties as a human readable string.