Gets or sets the unique instance identifier for this document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual string InstanceIdentifier { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property InstanceIdentifier As String |
Visual C++ |
---|
public: virtual property String^ InstanceIdentifier { String^ get (); void set (String^ value); } |
Property Value
The unique instance identifier for this document. The default is an automatically generated globally unique identifier (GUID).Remarks
This property is equivalent to the Instance Identifier primitive (P45_85) in the Document Detail block (B20_31) in the Standard Document Header Module (M78).
The InstanceIdentifierSpecified property indicates whether or not this property will be included in the serialized class or generated document. The InstanceIdentifierSpecified property is automatically set to true when this property is set.