PropertyAutomaticNumberingAttribute Constructor |
Constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyAutomaticNumberingAttribute(
string propertyDefinitionAlias
)
Public Sub New (
propertyDefinitionAlias As String
)
public:
PropertyAutomaticNumberingAttribute(
String^ propertyDefinitionAlias
)
Parameters
- propertyDefinitionAlias
- Type: SystemString
Alias of the property where the customized automatic numbering handler method should be attached to.
See Also