PackageInfo.Id Property
Gets the identifier of the add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public Guid Id { get; }
public:
property Guid Id {
Guid get();
}
Public ReadOnly Property Id As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top