Share via


ServiceBusExceptionMessage.IsTransient Property

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsTransient As Boolean
[DataMemberAttribute]
public bool IsTransient { get; set; }
[DataMemberAttribute]
public:
property bool IsTransient {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsTransient : bool with get, set
function get IsTransient () : boolean 
function set IsTransient (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServiceBusExceptionMessage Class

Microsoft.VisualStudio.Services.Client Namespace