Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the specified property.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable Function GetProperty ( _
propertyName As String _
) As String
'Usage
Dim instance As SPField
Dim propertyName As String
Dim returnValue As String
returnValue = instance.GetProperty(propertyName)
public virtual string GetProperty(
string propertyName
)
Parameters
propertyName
Type: System.StringThe name of the property.
Return Value
Type: System.String
The property value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName is null or empty. |
Remarks
This method optimizes access to commonly used field attributes and extends returning user-defined field attributes.