Partager via


ManagementPackBehaviorImplementationUnitProperty.ComplexValue Property

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

Gets or sets a complex value in the field class empty constructor template.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackBehaviorImplementationUnitProperty
Dim value As ManagementPackComplexValueReference

value = instance.ComplexValue

instance.ComplexValue = value

Syntax

'Declaration
Public Property ComplexValue As ManagementPackComplexValueReference
public ManagementPackComplexValueReference ComplexValue { get; set; }
public:
property ManagementPackComplexValueReference^ ComplexValue {
    ManagementPackComplexValueReference^ get ();
    void set (ManagementPackComplexValueReference^ value);
}
/** @property */
public ManagementPackComplexValueReference get_ComplexValue ()

/** @property */
public void set_ComplexValue (ManagementPackComplexValueReference value)
public function get ComplexValue () : ManagementPackComplexValueReference

public function set ComplexValue (value : ManagementPackComplexValueReference)

Property Value

The complex value.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackBehaviorImplementationUnitProperty Class
ManagementPackBehaviorImplementationUnitProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace