0
<profile enabled="true" automaticSaveEnabled="false">
  <properties>
    <add name="InvitationCode" type="String"/>
  </properties>
</profile>

InvitationCode="foo" でプロファイルを取得するには? また、プロパティを一意にすることはできますか?

4

1 に答える 1

0

Web サイトまたは Web アプリケーションがあるかどうかに応じて、2 つの方法があります。Web サイトProfile.InvitationCodeおよびProfile.GetPropertyValue("InvitationCode")Web アプリケーション用

于 2011-03-09T20:04:41.527 に答える