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!

WebService.User

The ASP+ server User object, used for authorizing the request.

[Visual Basic]
Public ReadOnly Property User As IPrincipal
[C#]
public IPrincipal User {get;}
[C++]
public: __property IPrincipal* get_User();
[JScript]
public function get User() : IPrincipal;

See Also

WebService Class | WebService Members | System.Web.Services Namespace