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 name of the file to install.
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 file.
See Also
BinaryReference Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top