InstanceID Property (LogMessage)
In This Topic
The
InstanceID of the instance this message is associated with, if any.
Syntax
'Declaration
Public ReadOnly Property InstanceID As Integer
public int InstanceID {get;}
public:
property int InstanceID {
int get();
}
See Also