Gets the section name.
Namespace:
PerpetuumSoft.DataModel.MsSql.SynchronizersAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string SectionName { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SectionName As String |
| Visual C++ |
|---|
public: property String^ SectionName { String^ get (); } |