Share via


CodeChange.AssemblyName Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

'Declaration
Public Property AssemblyName As String
public string AssemblyName { get; set; }
public:
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
member AssemblyName : string with get, set
function get AssemblyName () : String 
function set AssemblyName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CodeChange Class

Microsoft.TeamFoundation.TestImpact.Client Namespace