Error.Code Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use the Number property instead
Specifies the error code.
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
Property Value
The error code.
- Attributes