GetServerPropertyString Method
'Declaration
<CanBeNullAttribute()>
Public Function GetServerPropertyString( _
ByVal As String _
) As String
[CanBeNull()]
public string GetServerPropertyString(
string
)
[CanBeNull()]
public:
String^ GetServerPropertyString(
String^
)
Parameters
- key
- The name of the property to return. See Remarks.
Return Value
The value of the requested property, or a null reference (Nothing in Visual Basic) if the property does not exist.