DocumentID Property
Summary
Provides a way to have a unique id for a processed document.
Syntax
public string DocumentID { get; set; }
Public Property DocumentID() As String
Get
Set
public:
property String^ DocumentID
{
String^ get()
void set(String^ value)
}
Property Value
The unique id.