ActionDeniedBySubscriberException.StatusCode Property

Gets the error code that was provided by the subscriber.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property StatusCode As Integer
public int StatusCode { get; }
public:
property int StatusCode {
    int get ();
}
member StatusCode : int with get
function get StatusCode () : int

Property Value

Type: System.Int32
The error code that was provided by the subscriber.

.NET Framework Security

See Also

Reference

ActionDeniedBySubscriberException Class

Microsoft.TeamFoundation.Framework.Client Namespace