Model.VersionFlags 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得或設定一組版本旗標。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::VersionFlag ^> ^ VersionFlags { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::VersionFlag ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::VersionFlag ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.VersionFlag> VersionFlags { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.VersionFlags : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.VersionFlag> with get, set
Public Property VersionFlags As Collection(Of VersionFlag)
屬性值
一個類型的 VersionFlag集合。
- 屬性