Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the error code.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Code As String
Get
Set
'Usage
Dim instance As Error
Dim value As String
value = instance.Code
instance.Code = value
[DataMemberAttribute]
public string Code { get; set; }
[DataMemberAttribute]
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Code : string with get, set
function get Code () : String
function set Code (value : String)
Property Value
Type: System.String
The error code.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace