SPField.SetCustomProperty method
SharePoint 2013
Sets a value for the specified property.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- propertyName
- Type: System.String
The property name.
- propertyValue
- Type: System.Object
The property value.
| Exception | Condition |
|---|---|
| ArgumentNullException | propertyName is empty or null . |