Settings.GetDefaultValue Method (Setting<Byte>)
Applies To: Operations Manager for System Center 2012
Gets a default setting value of type byte.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public byte GetDefaultValue(
Setting<byte> setting
)
public:
unsigned char GetDefaultValue(
Setting<unsigned char>^ setting
)
member GetDefaultValue :
setting:Setting<byte> -> byte
Public Function GetDefaultValue (
setting As Setting(Of Byte)
) As Byte
Parameters
setting
Type: Microsoft.EnterpriseManagement.Administration.Setting<Byte>The default setting value of type byte to turn.
Return Value
Type: System.Byte
Returns a default setting value of type byte Byte.
See Also
GetDefaultValue Overload
Settings Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top