IDisplayMode.DisplayModeId Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the display mode id for the web pages.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
ReadOnly Property DisplayModeId As String
Get
'Usage
Dim instance As IDisplayMode
Dim value As String
value = instance.DisplayModeId
string DisplayModeId { get; }
property String^ DisplayModeId {
String^ get ();
}
abstract DisplayModeId : string
function get DisplayModeId () : String
Property Value
Type: System.String
The display mode id for the web pages.