Visual Basic (Declaration) | |
---|---|
Public Property SectionName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string SectionName {get; set;} |
Return Value
The Section name string.Refer to AddZone example.
The SectionName is a string, such as the section name in the User dictionary, assigned to the zone or an empty string.
The string length cannot exceed 17 characters and is a null-terminated string.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family