LogEntryProcessId Property  | 
 
            Gets the ID of the logging process.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int? ProcessId { get; }Public ReadOnly Property ProcessId As Integer?
	Get
public:
property Nullable<int> ProcessId {
	Nullable<int> get ();
}member ProcessId : Nullable<int> with get
Property Value
Type: 
NullableInt32
            The ID of the logging process.
            
See Also