EnterpriseManagementObjectCriteria.IsValidPropertyName(String) Method

Definition

Determines if a property exists or not.

public:
 override bool IsValidPropertyName(System::String ^ name);
public override bool IsValidPropertyName (string name);
override this.IsValidPropertyName : string -> bool
Public Overrides Function IsValidPropertyName (name As String) As Boolean

Parameters

name
String

The name of the property.

Returns

true if the property exists; otherwise, false.

Applies to