SPField.GetCustomProperty Method
Gets the value of custom property with the specified name.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function GetCustomProperty ( _
propertyName As String _
) As Object
'Usage
Dim instance As SPField
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetCustomProperty(propertyName)
public Object GetCustomProperty(
string propertyName
)
Parameters
propertyName
Type: System.StringThe name of the property.
Return Value
Type: System.Object
The value of the property.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName is null or empty. |
Remarks
This method gets the value of a custom property with the specified property name.