Membership Object?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have created my own custom membership object.

Just a little confused about how to access its members & properties.

Do i have to instantiate the custom class ie: myMemberShipObject myObj = new
myMemberShipObject();

Or is my custom provider automatically wired into the Global MemberShip
Object.
So I can go Membership.GetUser() and it will use my custom provider.

Help appreciated!!!

Cheers,
 
If you created your custom object as an inherited object (inherited from the
MS objects), you have the GetUser() functionality.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top