Computer CallbackOption Property DRA REST Extensions SDK
For dial-in connections, indicates the callback behavior for the computer. 1 = no callback 2 = always make callback to number specified in msRASSavedCallbackNumber 4 = set by caller Optional. Default = 1

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "callbackOption")]
public Nullable<int> CallbackOption { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
Remarks

In the DRA varset, this value is written to RasPermissions.
See Also