EnterpriseManagementObjectCriteria.GetNonUniquePropertyNames Method

Definition

Gets a read-only collection of property names that are not unique and need to be qualified by a type.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetNonUniquePropertyNames();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetNonUniquePropertyNames ();
member this.GetNonUniquePropertyNames : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetNonUniquePropertyNames () As ReadOnlyCollection(Of String)

Returns

The collection of property names.

Applies to