This documentation is archived and is not being maintained.
ControlDesigner.IsPropertyBound Method
.NET Framework 1.1
Gets a value indicating whether the specified property is data-bound.
[Visual Basic] Public Function IsPropertyBound( _ ByVal propName As String _ ) As Boolean [C#] public bool IsPropertyBound( string propName ); [C++] public: bool IsPropertyBound( String* propName ); [JScript] public function IsPropertyBound( propName : String ) : Boolean;
Parameters
- propName
- The property to check for data binding.
Return Value
true if the property is data-bound; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ControlDesigner Class | ControlDesigner Members | System.Web.UI.Design Namespace
Show: