PropertyAttribute Constructor |
Constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected PropertyAttribute(
string propertyDefinitionAlias,
PropertyAttributeAttributeType type
)
Protected Sub New (
propertyDefinitionAlias As String,
type As PropertyAttributeAttributeType
)
protected:
PropertyAttribute(
String^ propertyDefinitionAlias,
PropertyAttributeAttributeType type
)
Parameters
- propertyDefinitionAlias
- Type: SystemString
Alias of the property where the handler method decorated with this attribute should be attached to. - type
- Type: MFiles.VAF.CommonPropertyAttributeAttributeType
The type of the property handler attribute.
See Also