<profile enabled="true" automaticSaveEnabled="false">
<properties>
<add name="InvitationCode" type="String"/>
</properties>
</profile>
InvitationCode="foo" でプロファイルを取得するには? また、プロパティを一意にすることはできますか?
<profile enabled="true" automaticSaveEnabled="false">
<properties>
<add name="InvitationCode" type="String"/>
</properties>
</profile>
InvitationCode="foo" でプロファイルを取得するには? また、プロパティを一意にすることはできますか?