WebSiteProperties5.DevelopmentServerCommandLine Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

string DevelopmentServerCommandLine { get; }
property String^ DevelopmentServerCommandLine {
    String^ get();
}
abstract DevelopmentServerCommandLine : string with get
ReadOnly Property DevelopmentServerCommandLine As String

Property Value

Type: System.String

Implements

WebSiteProperties4.DevelopmentServerCommandLine

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top