Compartilhar via


IPublishProperties2.WebPageFileName Property

Definition

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

Applies to