Click or drag to resize
MsiLicenseServer Property
Returns IP address of the package licensing server.

IP address string is formatted in n.n.n.n manner. If licensing server IP address is not set (MsiLicenseType defaults to SingleUser) this property returns 0.0.0.0.

Licensing server IP address is subject to change outside of the package installation routine.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public string Server { get; set; }

Property Value

Type: String
Remarks