ServerProperty.DefaultValue Property

Definition

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

public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

Property Value

The property's default value.

Applies to