Error.Code Propiedad

Gets or sets the error code.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Code As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A string that represents the error code.

Vea también

Referencia

Error Clase

Espacio de nombres Microsoft.MasterDataServices