WebSiteCreateParameters.ServerFarm 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.
Required. The name of the Server Farm (Web Hosting Plan) associated with this web site. This is a required value. Server Farm must already exist.
public string ServerFarm { get; set; }
member this.ServerFarm : string with get, set
Public Property ServerFarm As String