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

Exceptions

Exception Condition
ArgumentNullException

propertyName is empty or null .

Remarks

This method sets the value for the specified property.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace