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!

PassportIdentity.HasProfile

[To be supplied.]

[Visual Basic]
Public Function HasProfile( _
   ByVal strProfile As String _
) As Boolean
[C#]
public bool HasProfile(
   string strProfile
);
[C++]
public: bool HasProfile(
   String* strProfile
);
[JScript]
public function HasProfile(
   strProfile : String
) : Boolean;

Parameters

strProfile
[To be supplied.]

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace