Propriedade do RDL Code
Gets or sets the error code.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .String
String representing the error code.
Consulte também