InternalLicense Constructor
|
[Missing <summary> documentation for
"M:WebSupergoo.WordGlue4.Product.InternalLicense.#ctor(System.String,System.String,WebSupergoo.WordGlue4.Product.InternalLicenseType,System.Nullable{System.DateTime})"]
Namespace: WebSupergoo.WordGlue4.Product
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public InternalLicense(
string orderRef,
string licensee,
InternalLicenseType type,
Nullable<DateTime> expiry
)
Public Sub New (
orderRef As String,
licensee As String,
type As InternalLicenseType,
expiry As Nullable(Of DateTime)
)
new :
orderRef : string *
licensee : string *
type : InternalLicenseType *
expiry : Nullable<DateTime> -> InternalLicense
Parameters
- orderRef
- Type: SystemString
- licensee
- Type: SystemString
- type
- Type: WebSupergoo.WordGlue4.ProductInternalLicenseType
- expiry
- Type: SystemNullableDateTime
See Also