 | IDeleteResponseResult Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the result of the operation.
Namespace: ETradeNet.Accounts.AlertsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxNullable<Result> Result { get; }
ReadOnly Property Result As Nullable(Of Result)
Get
property Nullable<Result> Result {
Nullable<Result> get ();
}
abstract Result : Nullable<Result> with get
Property Value
Type:
NullableResultResult of the operation.
See Also