DataAttributesCollectionContains Method |
Determines whether there is an attribute with the specified name.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the attribute to search for.
Return Value
Type:
BooleanTrue if there is an attribute with the specified name.
See Also