Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 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>)
Property Value
Type: System.Collections.ObjectModel.Collection<VersionFlag>
A collection of type VersionFlag.