ManagementPackBehaviorImplementationUnitProperty.ComplexValueCollection 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 collection 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 ManagementPackComplexValueCollectionReference
value = instance.ComplexValueCollection
instance.ComplexValueCollection = value
Syntax
'Declaration
Public Property ComplexValueCollection As ManagementPackComplexValueCollectionReference
public ManagementPackComplexValueCollectionReference ComplexValueCollection { get; set; }
public:
property ManagementPackComplexValueCollectionReference^ ComplexValueCollection {
ManagementPackComplexValueCollectionReference^ get ();
void set (ManagementPackComplexValueCollectionReference^ value);
}
/** @property */
public ManagementPackComplexValueCollectionReference get_ComplexValueCollection ()
/** @property */
public void set_ComplexValueCollection (ManagementPackComplexValueCollectionReference value)
public function get ComplexValueCollection () : ManagementPackComplexValueCollectionReference
public function set ComplexValueCollection (value : ManagementPackComplexValueCollectionReference)
Property Value
The complex value collection.
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