Gets or sets the name of this IniFileSection.
Namespace: System.Extensions.IOAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic |
---|
Public Property Name As String Get Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |
F# |
---|
member Name : string with get, set |