[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = true)]
public bool GrantAccessProfile { get; set; }
[ConfigAttribute(Default = true)]
public bool GrantAccessProfile { get; set; }
<ConfigAttribute(Default := true)>
Public Property GrantAccessProfile As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property GrantAccessProfile As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
property bool GrantAccessProfile {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(Default = true)]
property bool GrantAccessProfile {
bool get ();
void set (bool value);
}
[<ConfigAttribute(Default = true)>]
member GrantAccessProfile : bool with get, set
[<ConfigAttribute(Default = true)>]
member GrantAccessProfile : bool with get, set
Property Value
Type:
Boolean