ModuleHomepageAttribute.IsHomepage(IModulePage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified module page refers to the client's home page.
public:
static bool IsHomepage(Microsoft::Web::Management::Client::IModulePage ^ modulePage);
public static bool IsHomepage (Microsoft.Web.Management.Client.IModulePage modulePage);
static member IsHomepage : Microsoft.Web.Management.Client.IModulePage -> bool
Public Shared Function IsHomepage (modulePage As IModulePage) As Boolean
Parameters
- modulePage
- IModulePage
An IModulePage interface.
Returns
true
if the client's home page is the same as modulePage
; otherwise, false
.
Exceptions
modulePage
is null
.
Remarks
This method determines whether the modulePage
and the client's home page are the same.