Condividi tramite


Proprietà VersionFlags

Gets or sets an array of version flags.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property VersionFlags As Collection(Of VersionFlag)
    Get
    Set
'Utilizzo
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>)

Valore proprietà

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