ProvideDependentAssemblyAttribute.Guid Property

Gets the identifier of this attribute instance.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Guid As Guid
public Guid Guid { get; private set; }
public:
property Guid Guid {
    Guid get ();
    private: void set (Guid value);
}
member Guid : Guid with get, private set
function get Guid () : Guid 
private function set Guid (value : Guid)

Property Value

Type: Guid

.NET Framework Security

See Also

Reference

ProvideDependentAssemblyAttribute Class

Microsoft.VisualStudio.Shell Namespace