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!

StrongName.Version

The version part of the strong name.

[Visual Basic]
Public ReadOnly Property Version As Version
[C#]
public Version Version {get;}
[C++]
public: __property Version* get_Version();
[JScript]
public function get Version() : Version;

Property Value

The version part of the strong name.

Remarks

For more details see the Version class.

See Also

StrongName Class | StrongName Members | System.Security.Policy Namespace