Właściwość MetadataResultOptions.Versions
Pobiera lub ustawia typ Version wyniki do zwrotu.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Versions As ResultType
Get
Set
'Użycie
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.Versions
instance.Versions = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ResultType Versions { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ResultType Versions {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Versions : ResultType with get, set
function get Versions () : ResultType
function set Versions (value : ResultType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.ResultType
Nowe wystąpienie typu ResultType.Możliwe wartości są szczegóły, identyfikatory lub None.