Propriedade do RDL MetadataResultOptions.Versions
Gets or sets the ResultType for versions.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Versions As ResultType
Get
Set
'Uso
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.Versions
instance.Versions = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType Versions { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType Versions {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Versions : ResultType with get, set
function get Versions () : ResultType
function set Versions (value : ResultType)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for versions.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts