FormatAttribute
Leave feedback
On this page
Instructs objects serialization to serialize the member with the specified name and format
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter)]
public sealed class FormatAttribute : Attribute
| Name | Description |
|---|---|
| FormatAttribute(string) | Creates Format attribute with given property Name |
| FormatAttribute(string, string) | Creates Format attribute with given property Name |
| Name | Description |
|---|---|
| PropertyFormat { get; set; } | Gets or sets the serialization format of the property. |
| PropertyName { get; set; } | Gets or sets the name of the property. |
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.