ServerProperty Class

Definition

Defines a property associated with a Server element. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public sealed class ServerProperty : ICloneable
[<System.Runtime.InteropServices.Guid("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>]
type ServerProperty = class
    interface ICloneable
Public NotInheritable Class ServerProperty
Implements ICloneable
Inheritance
ServerProperty
Attributes
Implements

Constructors

ServerProperty()

Initializes a new instance of the ServerProperty class.

ServerProperty(String, String)

Initializes a new instance of ServerProperty by using the specified name and a value.

Properties

Category

Gets or sets the category associated with the property represented by the ServerProperty object.

DefaultValue

Gets or sets the default value of the property represented by the ServerProperty object.

DisplayFlag

Gets or sets the display flag status.

FolderName

Gets the folder name associated with a ServerProperty object.

IsReadOnly

Gets or sets an indication if the property represented by the ServerProperty object is read-only.

Name

Gets or sets the name of the property represented by the ServerProperty object.

PendingValue

Gets or sets the pending value of the property represented by the ServerProperty object.

PropertyName

Gets the property name from a ServerProperty object.

RequiresRestart

Gets or sets an indication if changes in the value of the property represented by the ServerProperty object requires restart.

Type

Gets or sets the type of the property represented by the ServerProperty object.

Units

Gets or sets the units associated with the property represented by the ServerProperty object.

Value

Gets or sets the value of the property represented by the ServerProperty object.

Methods

Clone()

Returns a clone of the object.

CopyTo(ServerProperty)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to