Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.