SkuNotSupportedMessage 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 that will be wrapped in a FaultException thrown by the service when the SKU is not supported, allowing the client to detect the reason for the fault.
public ref class SkuNotSupportedMessage : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SkuNotSupportedMessage : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SkuNotSupportedMessage = class
inherit DataContractBase
Public Class SkuNotSupportedMessage
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
SkuNotSupportedMessage() |
Initializes a new instance of the SkuNotSupportedMessage 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. |