for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / Identifier Property



Identifier Property

Specifies the unique identifier of the template.
Syntax
'Declaration
 
<RequiredAttribute()>
Public Property Identifier As String
 
'Usage
 
Dim instance As DocumentTemplate
Dim value As String
 
instance.Identifier = value
 
value = instance.Identifier
See Also