Share via


ISql100ServerAudit.AuditGuid Property

Gets or sets the Audit GUID.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property AuditGuid As String
string AuditGuid { get; set; }
property String^ AuditGuid {
    String^ get ();
    void set (String^ value);
}
abstract AuditGuid : string with get, set
function get AuditGuid () : String
function set AuditGuid (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100ServerAudit Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace