AttributeMetadata.Version 属性

定义

获取该特性的版本号。

public:
 property int Version { int get(); };
public int Version { get; }
member this.Version : int
Public ReadOnly Property Version As Integer

属性值

该特性的版本号。 每次对该特性的原始修改都将使该值增加 1。

适用于