Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets an array of version flags.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlags As Collection(Of VersionFlag)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<VersionFlag>
A collection of type VersionFlag.