Share via


PackageAttribute.Guid Property

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Guid As String
public string Guid { get; }
public:
property String^ Guid {
    String^ get ();
}
member Guid : string with get
function get Guid () : String

Property Value

Type: String
The unique identifier of the dependency package.

.NET Framework Security

See Also

Reference

PackageAttribute Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace