EnterpriseManagementObjectBaseWithProperties.Values Property

Definition

Gets a list of all property values that are not null, Nothing in Visual Basic.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::EnterpriseManagementSimpleObject ^> ^ Values { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::EnterpriseManagementSimpleObject ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.EnterpriseManagementSimpleObject> Values { get; }
member this.Values : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.EnterpriseManagementSimpleObject>
Public ReadOnly Property Values As IList(Of EnterpriseManagementSimpleObject)

Property Value

The list of property values that are not null.

Applies to