XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / AuditSourceTypeCode Property



AuditSourceTypeCode Property
The Audit Source Type Code to include in audit messages
Syntax
Public Property AuditSourceTypeCode As AuditSourceTypeCode
Dim instance As XdsDomain
Dim value As AuditSourceTypeCode
 
instance.AuditSourceTypeCode = value
 
value = instance.AuditSourceTypeCode
public AuditSourceTypeCode AuditSourceTypeCode {get; set;}
public:
property AuditSourceTypeCode AuditSourceTypeCode {
   AuditSourceTypeCode get();
   void set (    AuditSourceTypeCode value);
}
Remarks

RFC 3881 defines this as "Code specifying the type of source where event originated"

It should be unique, at least within the Audit Enterprise Site ID. It ties the event to a specific source system.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also