SyncRelationship.SourceVersionId Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o identificador da versão do modelo de origem.
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ SourceVersionId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier SourceVersionId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SourceVersionId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property SourceVersionId As Identifier
Valor da propriedade
O identificador da versão do modelo de origem.
- Atributos