DotNetNuGetDeleteSettings.

Source Property

Summary

Gets or sets a value indicating the server URL.

Syntax

public string Source { get; set; }

Remarks

Supported URLs for nuget.org include http://www.nuget.org, http://www.nuget.org/api/v3, and http://www.nuget.org/api/v2/package. For private feeds, substitute the host name (for example, %hostname%/api/v3).

Value

Type Description
string