共用方式為


Code 屬性

Gets or sets the error code.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Code As String
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .String
String representing the error code.