Partager via


PackageInfo.Name Property

 

Gets the name of the add-in package.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
Public ReadOnly Property Name As String

Property Value

Type: System.String

An instance of String that contains the name of the add-in package.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top