Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the audit information of the annotation.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AuditInfo As AuditInfo
Get
Set
'Usage
Dim instance As Annotation
Dim value As AuditInfo
value = instance.AuditInfo
instance.AuditInfo = value
[DataMemberAttribute]
public AuditInfo AuditInfo { get; set; }
[DataMemberAttribute]
public:
property AuditInfo^ AuditInfo {
AuditInfo^ get ();
void set (AuditInfo^ value);
}
[<DataMemberAttribute>]
member AuditInfo : AuditInfo with get, set
function get AuditInfo () : AuditInfo
function set AuditInfo (value : AuditInfo)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.AuditInfo
The audit information of the annotation.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace