diaGlobWrapper Help
Returns the alarm source object (ASO) ID for the current alarm event.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public int SourceObjectId { get; }
Visual Basic (Declaration)
Public ReadOnly Property SourceObjectId As Integer
Visual C++
public:
property int SourceObjectId {
	int get ();
}

See Also