Gets the name of the Container.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string Name { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Name As String |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |