ServerParameter.Value Property

Gets or sets the value of the server parameter.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As ServerParameter
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property Value

Type: System.String
A string that contains the value.

See Also

Reference

ServerParameter Class

ServerParameter Members

DspSts Web Service