共用方式為


ConnectionCost.ApproachingDataLimit 屬性

定義

取得值,這個值表示連接是否接近通話方案所指定的資料使用量額度。

public:
 property bool ApproachingDataLimit { bool get(); };
bool ApproachingDataLimit();
public bool ApproachingDataLimit { get; }
var boolean = connectionCost.approachingDataLimit;
Public ReadOnly Property ApproachingDataLimit As Boolean

屬性值

Boolean

bool

如果連線設定檔接近資料限制閾值,則為 TRUE;否則為 FALSE。

適用於