Classe SystemPropertiesGetResponse
Represents the message contract for the system properties get response.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageContractAttribute> _
Public Class SystemPropertiesGetResponse _
Inherits MessageResponse
'Utilisation
Dim instance As SystemPropertiesGetResponse
[MessageContractAttribute]
public class SystemPropertiesGetResponse : MessageResponse
[MessageContractAttribute]
public ref class SystemPropertiesGetResponse : public MessageResponse
[<MessageContractAttribute>]
type SystemPropertiesGetResponse =
class
inherit MessageResponse
end
public class SystemPropertiesGetResponse extends MessageResponse
Le type SystemPropertiesGetResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SystemPropertiesGetResponse | Initializes a new instance of the SystemPropertiesGetResponse class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
OperationResult | Gets or sets the result of an operation. (hérité de MessageResponse.) | |
SystemProperties | Gets or sets the system properties to return in the response. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts