SetEntityAttribute Method
Sets a named attribute on a given entity. A null val will delete an existing attribute.
Required Permissions
EntityAttributesSetSyntax
public void SetEntityAttribute(
System.long entityId,
System.string namespc,
System.string attribute,
System.string val
)Public Sub SetEntityAttribute( _
ByVal entityId As System.Long, _
ByVal namespc As System.String, _
ByVal attribute As System.String, _
ByVal val As System.String _
) Parameters
| Name | Description |
|---|---|
| entityId | The ID of the entity. |
| namespc | The namespace. |
| attribute | The name of the atttribute. |
| val | The value of the attribute. |