Proprietà ModelId
Use TransactionsGet to retrieve all transactions for a Model|Version or to query specific transactions using specified criteria.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ModelId As Identifier
Get
Set
'Utilizzo
Dim instance As TransactionSearchCriteria
Dim value As Identifier
value = instance.ModelId
instance.ModelId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ModelId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ ModelId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ModelId : Identifier with get, set
function get ModelId () : Identifier
function set ModelId (value : Identifier)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
Identifier.
Vedere anche