IWebSite.ApplicationIdentifier Property
Applies to v2.
Gets the web platform installer application identifier for the site's application.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property ApplicationIdentifier As String
Get
'Usage
Dim instance As IWebSite
Dim value As String
value = instance.ApplicationIdentifier
string ApplicationIdentifier { get; }
property String^ ApplicationIdentifier {
String^ get ();
}
abstract ApplicationIdentifier : string
function get ApplicationIdentifier () : String
Property Value
Type: System.String
The application ID.
Remarks
Returns null if the site is not a recognized application.