Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/PrivacySettingValue.cs
T

11 lines
135 B
C#

namespace Microsoft.Zune.Service
{
public enum PrivacySettingValue
{
FriendsOnly = 1,
Allow = 2,
Deny = 0,
Unknown = -1
}
}