Udostępnij za pośrednictwem


Właściwość Error.Code

Pobiera lub ustawia kod błędu.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property Code As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ciąg, który reprezentuje kod błędu.