Error.Code Property

 

Gets or sets the error code.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public string Code { get; set; }
public:
[DataMemberAttribute]
property String^ Code {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Code : string with get, set
<DataMemberAttribute>
Public Property Code As String

Property Value

Type: System.String

The error code.

See Also

Error Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top