Package.Name Property
Gets and sets the name of the add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 3, IsRequired = true)]
public string Name { get; set; }
public:
[DataMemberAttribute(Order = 3, IsRequired = true)]
property String^ Name {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 3, IsRequired := True)>
Public Property Name As String
Property Value
Type: System.String
An instance of String that contains the name of the add-in package.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top