Share via


Company Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets company name information.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Company As String
public string Company { get; }
public:
property String^ Company {
    String^ get ();
}
member Company : string with get
function get Company () : String

Property Value

Type: System. . :: . .String
A string containing the company name.

.NET Framework Security

See Also

Reference

AssemblyCompanyAttribute Class

System.Reflection Namespace