Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the identifier of the add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 1, IsRequired = true)]
public Guid Id { get; set; }
public:
[DataMemberAttribute(Order = 1, IsRequired = true)]
property Guid Id {
Guid get();
void set(Guid value);
}
<DataMemberAttribute(Order := 1, IsRequired := True)>
Public Property Id As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top