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