ParentChild.AuditInfo-Eigenschaft
Gets or sets the audit information related with the node relationship.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AuditInfo As AuditInfo
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo
The audit information related with the node relationship.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace