SPField.SetCustomProperty method
Sets a value for the specified property.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub SetCustomProperty ( _
propertyName As String, _
propertyValue As Object _
)
'Usage
Dim instance As SPField
Dim propertyName As String
Dim propertyValue As Object
instance.SetCustomProperty(propertyName, _
propertyValue)
public void SetCustomProperty(
string propertyName,
Object propertyValue
)
Parameters
propertyName
Type: System.StringThe property name.
propertyValue
Type: System.ObjectThe property value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName is empty or null . |
Remarks
This method sets the value for the specified property.