Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / MapAreaName Property


In This Topic
    MapAreaName Property
    In This Topic
    Gets or sets the name of a MapArea.
    Syntax
    'Declaration
     
    
    Public Property MapAreaName As String
    'Usage
     
    
    Dim instance As MapAreaInfo
    Dim value As String
     
    instance.MapAreaName = value
     
    value = instance.MapAreaName
    public string MapAreaName {get; set;}
    See Also