Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the metadata for a mobile content page.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public ContentPageInfo Mobile { get; set; }
public:
property ContentPageInfo^ Mobile {
ContentPageInfo^ get();
void set(ContentPageInfo^ value);
}
Public Property Mobile As ContentPageInfo
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Extensibility.ContentPageInfo
An instance of ContentPageInfo.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top