Compartir a través de


ParentChild.AuditInfo Propiedad

Gets or sets the audit information related with the node relationship.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AuditInfo As AuditInfo 
    Get 
    Set
'Uso
Dim instance As ParentChild 
Dim value As AuditInfo 

value = instance.AuditInfo

instance.AuditInfo = value
[DataMemberAttribute(EmitDefaultValue = false)]
public AuditInfo AuditInfo { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property AuditInfo^ AuditInfo {
    AuditInfo^ get ();
    void set (AuditInfo^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AuditInfo : AuditInfo with get, set
function get AuditInfo () : AuditInfo 
function set AuditInfo (value : AuditInfo)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo
The audit information related with the node relationship.

Vea también

Referencia

ParentChild Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts