EditionExpiredMessage Class

Definition

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
EditionExpiredMessage
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to