Settings.GetDefaultValue Method (Setting)

Updated: April 16, 2012

Gets a default setting value of type byte. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As Settings Dim setting As Setting(Of Byte) Dim returnValue As Byte returnValue = instance.GetDefaultValue(setting)Public Function GetDefaultValue ( _ setting As Setting(Of Byte) _ ) As Bytepublic byte GetDefaultValue ( Setting<byte> setting )public: unsigned char GetDefaultValue ( Setting<unsigned char>^ setting )public byte GetDefaultValue ( Setting<byte> setting )public function GetDefaultValue ( setting : Setting<byte> ) : byteParameterssettingThe default setting value of type byte to turn.Return ValueReturns a default setting value of type byteByte.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms