Condividi tramite


ContentPageInfo.DefaultSrc Property

 

Gets or sets the source path for the default content page.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string DefaultSrc { get; set; }
public:
property String^ DefaultSrc {
    String^ get();
    void set(String^ value);
}
Public Property DefaultSrc As String

Property Value

Type: System.String

An instance of String that contains the source path.

See Also

ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top