DSQuery.resultPrefix property
Gets or sets a prefix for the result namespace.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
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.