Share via


MapTileServerConfiguration.AppID Property

 

Gets or sets the application identifier (AppID) to use for Bing Maps SOAP Services.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public string AppID { get; set; }
public:
property String^ AppID {
    String^ get();
    void set(String^ value);
}
member AppID : string with get, set
Public Property AppID As String

Property Value

Type: System.String

Returns String.

Remarks

Refer to your license agreement to see if you need to obtain your own AppID.

See Also

MapTileServerConfiguration Class
Microsoft.Reporting.WinForms Namespace

Return to top