FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean,String,String)
Syntax
'Declaration
Public Function New( _
ByVal _propertyName_ As String, _
ByVal _propertyType_ As String, _
ByVal _defaultValue_ As String, _
ByVal _setupExpression_ As String, _
ByVal _required_ As Boolean, _
ByVal _isParamArray_ As Boolean, _
ByVal _methodName_ As String, _
ByVal _indexes_ As String _
)
public FacadePropertyAttribute(
string _propertyName_,
string _propertyType_,
string _defaultValue_,
string _setupExpression_,
bool _required_,
bool _isParamArray_,
string _methodName_,
string _indexes_
)
Parameters
propertyName
propertyType
defaultValue
setupExpression
required
isParamArray
methodName
indexes
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
FacadePropertyAttribute Class
FacadePropertyAttribute Members
Overload List