FormatAttribute Constructor (String) |
Creates Format attribute with given property Name
Namespace: GroupDocs.Signature.Domain.ExtensionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 19.10.0.0 (19.10)
Syntaxpublic FormatAttribute(
string propertyName
)
Public Sub New (
propertyName As String
)
public:
FormatAttribute(
String^ propertyName
)
new :
propertyName : string -> FormatAttribute
Parameters
- propertyName
- Type: SystemString
The name of property
See Also