EditionExpiredMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object allowing the client to detect the reason for the fault.
public ref class EditionExpiredMessage : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EditionExpiredMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EditionExpiredMessage : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="EditionExpiredMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EditionExpiredMessage = class
inherit DataContractBase
Public Class EditionExpiredMessage
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The EditionExpiredMessage represents an object that will be wrapped in an exception thrown by the service when the evaluation license has expired, allowing the client to detect the reason for the fault.
Constructors
EditionExpiredMessage() |
Initializes a new instance of the EditionExpiredMessage class. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |