Share via


ErrorInfo.Code Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property Code As String
[DataMemberAttribute(Order = )]
public string Code { get; private set; }
[DataMemberAttribute(Order = )]
public:
property String^ Code {
    String^ get ();
    private: void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member Code : string with get, private set
function get Code () : String 
private function set Code (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ErrorInfo Class

Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace