Share via


SGen.SerializationAssembly Property

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

Gets or sets the generated serialization assembly.

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property SerializationAssembly As ITaskItem()
[OutputAttribute]
public ITaskItem[] SerializationAssembly { get; set; }
[OutputAttribute]
public:
property array<ITaskItem^>^ SerializationAssembly {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
[<OutputAttribute>]
member SerializationAssembly : ITaskItem[] with get, set
function get SerializationAssembly () : ITaskItem[]
function set SerializationAssembly (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
The generated serialization assembly.

.NET Framework Security

See Also

Reference

SGen Class

Microsoft.Build.Tasks Namespace