Свойство ParentChild.AuditInfo

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AuditInfo As AuditInfo 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo
The audit information related with the node relationship.

См. также

Справочник

ParentChild Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts