Udostępnij za pośrednictwem


Version.CopiedFromVersionId Property

Definition

Gets or sets the version this version was copied from. Except for the initial version, all subsequent versions must be copied from another version..

public:
 property Microsoft::MasterDataServices::Identifier ^ CopiedFromVersionId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier CopiedFromVersionId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.CopiedFromVersionId : Microsoft.MasterDataServices.Identifier with get, set
Public Property CopiedFromVersionId As Identifier

Property Value

A new instance of type Identifier.

Attributes

Applies to