IPublishProperties2.WebPageFileName Property
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.
Gets or sets the name of the web page that should be created or opened on publish.
public:
property System::String ^ WebPageFileName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ WebPageFileName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(31)]
public string WebPageFileName { get; set; }
[<System.Runtime.InteropServices.DispId(31)>]
member this.WebPageFileName : string with get, set
Public Property WebPageFileName As String
Property Value
The name of the web page that should be created or opened on publish.
Implements
- Attributes