JoinDomainCompletedEventArgs Properties
Collapse the table of content
Expand the table of content

JoinDomainCompletedEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The JoinDomainCompletedEventArgs type exposes the following members.

  NameDescription
Public property AccountId Gets the account identifier for this domain operation. (Inherited from DomainOperationCompletedEventArgs.)
Public property Cancelled Gets a value that indicates whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.)
Public property Error Gets a value that indicates which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.)
Public property ResponseCustomData Gets the custom data string that was returned from the domain operation. (Inherited from DomainOperationCompletedEventArgs.)
Public property ServiceId Gets the service identifier for this domain operation. (Inherited from DomainOperationCompletedEventArgs.)
Public property UserState Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.)
Top

Show:
© 2017 Microsoft