Share via


CustomObject.HasProperty(String) Method

Definition

Determines whether a property is present in the CustomObject.

public:
 bool HasProperty(System::String ^ property);
public bool HasProperty (string property);
member this.HasProperty : string -> bool
Public Function HasProperty (property As String) As Boolean

Parameters

property
String

The name of the property to check.

Returns

true if the property is present in the CustomObject; otherwise false.

Applies to