NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Authorization.Complete

Gets the completion status of the authorization.

[Visual Basic]
Public ReadOnly Property Complete As Boolean
[C#]
public bool Complete {get;}
[C++]
public: __property bool get_Complete();
[JScript]
public function get Complete() : Boolean;

See Also

Authorization Class | Authorization Members | System.Net Namespace