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.GetProfileObject

[To be supplied.]

[Visual Basic]
Public Function GetProfileObject( _
   ByVal strProfileName As String _
) As Object
[C#]
public object GetProfileObject(
   string strProfileName
);
[C++]
public: Object* GetProfileObject(
   String* strProfileName
);
[JScript]
public function GetProfileObject(
   strProfileName : String
) : Object;

Parameters

strProfileName
[To be supplied.]

See Also

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