This topic has not yet been rated - Rate this topic

SPField.GetProperty Method

Windows SharePoint Services 3
Returns the value that is contained by the specified property.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public virtual string GetProperty (
	string propertyName
)

Parameters

propertyName

A string that contains the name of the property.

Return Value

A string that contains the value of a property.

The GetProperty method optimizes access to commonly used field attributes and allows for extensibility in returning user-defined field attributes.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.