Share via


Guid Property

Guid

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Protected Property Guid As Guid
    Get
    Set
'Usage
Dim value As Guid

value = Me.Guid

Me.Guid = value
protected Guid Guid { get; set; }
protected:
property Guid Guid {
    Guid get ();
    void set (Guid value);
}
member Guid : Guid with get, set
function get Guid () : Guid
function set Guid (value : Guid)

Property Value

Type: System..::..Guid

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace