Return the path to this 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: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string Path { get; }
Public ReadOnly Property Path As String Get
public: property String^ Path { String^ get (); }