Metadata.VersionFlags 属性
Gets or sets an array of version flags.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlags As Collection(Of VersionFlag)
Get
Set
用法
Dim instance As Metadata
Dim value As Collection(Of VersionFlag)
value = instance.VersionFlags
instance.VersionFlags = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<VersionFlag> VersionFlags { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<VersionFlag^>^ VersionFlags {
Collection<VersionFlag^>^ get ();
void set (Collection<VersionFlag^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VersionFlags : Collection<VersionFlag> with get, set
function get VersionFlags () : Collection<VersionFlag>
function set VersionFlags (value : Collection<VersionFlag>)
属性值
类型:System.Collections.ObjectModel.Collection<VersionFlag>
A collection of type VersionFlag.