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



In This Topic

    Identifier Property

    In This Topic
    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
    [Required()]
    public string Identifier {get; set;}
    [Required()]
    public:
    property String^ Identifier {
       String^ get();
       void set (    String^ value);
    }
    See Also