Partager via


Propriété VersionFlags

Gets or sets an array of version flags.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlags As Collection(Of VersionFlag)
    Get
    Set
'Utilisation
Dim instance As Model
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>)

Valeur de propriété

Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'VersionFlag> ) > ) >
A collection of type VersionFlag.