Dynamicweb 8 Documentation
ItemById Method (PropertyFieldCollection)

Returns the PropertyField object based on strFieldID = PropertyField.ID
Syntax
'Declaration
 
Public Function ItemById( _ 
   ByVal strFieldID As String _ 
) As PropertyField
public PropertyField ItemById( 
   string strFieldID 
)

Parameters

strFieldID
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyFieldCollection Class
PropertyFieldCollection Members

Send Feedback