Поделиться через


Error.Code Свойство

Определение

Внимание!

Use the Number property instead

Указывает код ошибки.

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.ReadOnly(true)]
[System.Obsolete("Use the Number property instead")]
[System.Runtime.Serialization.DataMember]
public string Code { get; set; }
[<System.ComponentModel.ReadOnly(true)>]
[<System.Obsolete("Use the Number property instead")>]
[<System.Runtime.Serialization.DataMember>]
member this.Code : string with get, set
Public Property Code As String

Значение свойства

Код ошибки.

Атрибуты

Применяется к