AssemblyCopyright Property

MSBuild

Gets or sets the assembly copyright.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AssemblyCopyright As String
C#
public string AssemblyCopyright { get; set; }
C++
public property string AssemblyCopyright sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AssemblyCopyright();

/** property */
public void set_AssemblyCopyright(string value);
JScript
public function get AssemblyCopyright() : String

public function set AssemblyCopyright(value : String);

Property Value

The assembly copyright.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.