次の方法で共有


SettablePropertyValue Constructor (T)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new SettablePropertyValue object by specifying the property value to set.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim propertyValue As T

Dim instance As New SettablePropertyValue(Of T)(propertyValue)

Syntax

'Declaration
Public Sub New ( _
    propertyValue As T _
)
public SettablePropertyValue (
    T propertyValue
)
public:
SettablePropertyValue (
    T propertyValue
)
public SettablePropertyValue (
    T propertyValue
)
public function SettablePropertyValue (
    propertyValue : T
)

Parameters

  • propertyValue
    The property value to set.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SettablePropertyValue Generic Class
SettablePropertyValue Members
Microsoft.EnterpriseManagement.Administration Namespace