StrongNameIdentityPermissionAttribute::Version Property

 

Gets or sets the version of the strong name identity.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Version {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The version number of the strong name identity.

.NET Framework
Available since 1.1
Return to top
Show: