webModuleNode.masterPage 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.
Overloads
masterPage() | |
masterPage(String) |
masterPage()
public:
virtual System::String ^ masterPage();
public virtual string masterPage ();
abstract member masterPage : unit -> string
override this.masterPage : unit -> string
Public Overridable Function masterPage () As String
Returns
Applies to
masterPage(String)
public:
virtual System::String ^ masterPage(System::String ^ _value);
public virtual string masterPage (string _value);
abstract member masterPage : string -> string
override this.masterPage : string -> string
Public Overridable Function masterPage (_value As String) As String
Parameters
- _value
- String