DSQuery.resultPrefix Property

Gets or sets a prefix for the result namespace.

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

Syntax

'Declaration
Public Property resultPrefix As String
    Get
    Set
'Usage
Dim instance As DSQuery
Dim value As String

value = instance.resultPrefix

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

Property Value

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

Remarks

The resultPrefix property is used in conjunction with the resultNamespace property and should be set only if this property is also set.

See Also

Reference

DSQuery Class

DSQuery Members

DspSts Web Service