Package.ServerBinary Property
Gets and sets the binary file to install on the server.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 6, IsRequired = false)]
public BinaryCollection ServerBinary { get; internal set; }
public:
[DataMemberAttribute(Order = 6, IsRequired = false)]
property BinaryCollection^ ServerBinary {
BinaryCollection^ get();
internal: void set(BinaryCollection^ value);
}
<DataMemberAttribute(Order := 6, IsRequired := False)>
Public Property ServerBinary As BinaryCollection
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryCollection
An instance of BinaryReference.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top