NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyCompanyAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal company As String _
)
[C#]
public AssemblyCompanyAttribute(
   string company
);
[C++]
public: AssemblyCompanyAttribute(
   String* company
);
[JScript]
public function AssemblyCompanyAttribute(
   company : String
);

Parameters

company
[To be supplied.]

See Also

AssemblyCompanyAttribute Class | AssemblyCompanyAttribute Members | System.Reflection Namespace