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!

AssemblyTitleAttribute Constructor

[To be supplied.]

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

Parameters

title
[To be supplied.]

See Also

AssemblyTitleAttribute Class | AssemblyTitleAttribute Members | System.Reflection Namespace