BuildExtensionContext.LocalAssembly Property

Definition

Gets or sets the locally defined assembly for the build extension context.

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

Property Value

The locally defined assembly for the build extension context.

Applies to