UpdateAssociationPropertyDefinition Method
Updates an association property definition object.
Required Permissions
ManagePropertyDefinitionSyntax
public AssocPropDefInfo UpdateAssociationPropertyDefinition(
System.long propertyDefId,
System.string displayName,
System.bool isActive,
System.object defaultValue
)Public Function UpdateAssociationPropertyDefinition( _
ByVal propertyDefId As System.Long, _
ByVal displayName As System.String, _
ByVal isActive As System.Boolean, _
ByVal defaultValue As System.Object _
) As AssocPropDefInfoParameters
| Name | Description |
|---|---|
| propertyDefId | The property definition Id. |
| displayName | The new display name. |
| isActive | If true, the property definition is active. If false, it is not active. |
| defaultValue | The default value. |
Return Value
The updated property definition with extended information.