diaGlobWrapper Help
Returns the alarm source object (ASO) name of the current alarm event.

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

Syntax

C#
public string SourceObjectName { get; }
Visual Basic (Declaration)
Public ReadOnly Property SourceObjectName As String
Visual C++
public:
property String^ SourceObjectName {
	String^ get ();
}

See Also