GraphTransactionCanceledException.CanceledByUser Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property CanceledByUser As Boolean
Get
Set
public bool CanceledByUser { get; set; }
public:
property bool CanceledByUser {
bool get ();
void set (bool value);
}
member CanceledByUser : bool with get, set
function get CanceledByUser () : boolean
function set CanceledByUser (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.