PackageInfo.Company Property
Gets and sets the name of the company that is associated with the add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute]
public string Company { get; set; }
public:
[DataMemberAttribute]
property String^ Company {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Company As String
Property Value
Type: System.String
An instance of String that contains the company name.
Remarks
This property is only set for add-ins that have a verified digital signature.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top