Entity.Contains(String) Method

Definition

Checks to see if there is a value present for the specified attribute.

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

Parameters

attributeName
String

The logical name of the attribute.

Returns

true if the Entity contains an attribute with the specified name; otherwise, false.

Applies to