Gets a unique long to identify this rununit
Namespace:
MicroFocus.COBOL.RuntimeServices
Assembly:
MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public long RunUnitID { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property RunUnitID As Long
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual property long long RunUnitID {
long long get () sealed;
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract RunUnitID : int64 with get
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override RunUnitID : int64 with get
Property Value
Type:
Int64Implements
IRunUnitRunUnitID
See GUID property for an example.
Reference