SnmpV1Community.UseAsDefault Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As SnmpV1Community
Dim value As Boolean
value = instance.UseAsDefault
instance.UseAsDefault = value
Syntax
'Declaration
Public Property UseAsDefault As Boolean
public bool UseAsDefault { get; set; }
public:
property bool UseAsDefault {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseAsDefault ()
/** @property */
public void set_UseAsDefault (boolean value)
public function get UseAsDefault () : boolean
public function set UseAsDefault (value : boolean)
Property Value
Returns Boolean.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SnmpV1Community Class
SnmpV1Community Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace