Class StorageLicenseAgreement
The Storage license agreement for a specific storage
Inheritance
System.Object
StorageLicenseAgreement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class StorageLicenseAgreement
Constructors
StorageLicenseAgreement()
Initializes a new instance of the StorageLicenseAgreement class.
Declaration
public StorageLicenseAgreement()
StorageLicenseAgreement(StorageLicenseAgreement)
Initializes a new instance of the StorageLicenseAgreement class.
Declaration
public StorageLicenseAgreement(StorageLicenseAgreement storageLicenseAgreement)
Parameters
Type | Name | Description |
---|---|---|
StorageLicenseAgreement | storageLicenseAgreement |
Properties
MessageType
Get/Sets the MessageType of the StorageLicenseAgreement
Declaration
public StorageLicenseAgreementMessageType MessageType { get; set; }
Property Value
Type | Description |
---|---|
StorageLicenseAgreementMessageType |
UploadLicenseMessage
Get/Sets the UploadLicenseMessage of the StorageLicenseAgreement
Declaration
public string UploadLicenseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | This html will be presented in the upload dialog. |