Share via


AutoDiscoveryFilter.Version 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 AutoDiscoveryFilter
Dim value As SnmpVersion

value = instance.Version

instance.Version = value

Syntax

'Declaration
Public Property Version As SnmpVersion
public SnmpVersion Version { get; set; }
public:
property SnmpVersion Version {
    SnmpVersion get ();
    void set (SnmpVersion value);
}
/** @property */
public SnmpVersion get_Version ()

/** @property */
public void set_Version (SnmpVersion value)
public function get Version () : SnmpVersion

public function set Version (value : SnmpVersion)

Property Value

Returns SnmpVersion.

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

AutoDiscoveryFilter Class
AutoDiscoveryFilter Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace