'Declaration
Public Function GetServerPropertyDateTime( _ ByVal key As String _ ) As Nullable(Of Date)
public Nullable<DateTime> GetServerPropertyDateTime( string key )
public: Nullable<DateTime> GetServerPropertyDateTime( String^ key )
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.