Return the fully qualified name of this Operator. This contains the container name,
any module names and the name of the operator.
This may return null during the init phase (i.e. until the first call to Resume()).
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string FullyQualifiedName { get; }
Public ReadOnly Property FullyQualifiedName As String Get
public: property String^ FullyQualifiedName { String^ get (); }