FindEntityAttributes Method
Finds all entity attributes with a given attribute name.
Required Permissions
EntityAttributesGetSyntax
public EntAttr[] FindEntityAttributes(
System.string namespc,
System.string attribute
)Public Function FindEntityAttributes( _
ByVal namespc As System.String, _
ByVal attribute As System.String _
) As EntAttr()Parameters
| Name | Description |
|---|---|
| namespc | The namespace. |
| attribute | The name of the attribute. |
Return Value
An array of entity attributes.