Редактиране

Споделяне чрез


Library.Type Property

Definition

Gets the type of this library.

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

Property Value

The type of this library.

Remarks

The common library type values are:

  • package - NuGet package
  • project - Project reference
  • referenceassembly - Reference assembly

Applies to