StrongNameIdentityPermission.Version 属性
定义
获取或设置标识的版本号。Gets or sets the version number of the identity.
public:
property Version ^ Version { Version ^ get(); void set(Version ^ value); };
public Version Version { get; set; }
member this.Version : Version with get, set
Public Property Version As Version
属性值
标识的版本。The version of the identity.
例外
无法检索此属性值,因为它包含的标识不明确。The property value cannot be retrieved because it contains an ambiguous identity.