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!

AssemblyInformationalVersionAttribute Constructor

[To be supplied.]

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

Parameters

informationalVersion
[To be supplied.]

See Also

AssemblyInformationalVersionAttribute Class | AssemblyInformationalVersionAttribute Members | System.Reflection Namespace