<profile enabled="true" automaticSaveEnabled="false"> <properties> <add name="InvitationCode" type="String"/> </properties> </profile>
Как получить профили с InvitationCode = "foo"? Также я могу сделать недвижимость уникальной?
В зависимости от того, есть ли у вас веб-сайт или веб-приложение, это может быть два пути.для веб-сайта Profile.InvitationCode и Profile.GetPropertyValue("InvitationCode") для веб-приложения
Profile.InvitationCode
Profile.GetPropertyValue("InvitationCode")