'Declaration
Public Function GetServerPropertyBool( _ ByVal key As String _ ) As Nullable(Of Boolean)
public Nullable<bool> GetServerPropertyBool( string key )
Parameters
- key
- The name of the property to return. See Remarks.
Return Value
The value of the requested property, or null (Nothing) if the property does not exist.