PhoneLineTransportDevice.IsRegistered Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the registration status of the app for the active user.
public:
virtual bool IsRegistered() = IsRegistered;
bool IsRegistered();
public bool IsRegistered();
function isRegistered()
Public Function IsRegistered () As Boolean
Returns
Boolean
bool
True if registered, otherwise false.