SGen.BuildAssemblyPath Property

Definition

Gets or sets the path to the assembly to generate serialization code for.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ BuildAssemblyPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string BuildAssemblyPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.BuildAssemblyPath : string with get, set
Public Property BuildAssemblyPath As String

Property Value

The path to the assembly to generate serialization code for.

Attributes

Applies to