BaseSignatureCreatedOn Property |
Get or set the signature creation date.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic DateTime CreatedOn { get; set; }
Public Property CreatedOn As DateTime
Get
Set
public:
property DateTime CreatedOn {
DateTime get ();
void set (DateTime value);
}
member CreatedOn : DateTime with get, set
Property Value
Type:
DateTime
See Also