[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 GrantPost { get; set; }
[ConfigAttribute(Default = true)]
public bool GrantPost { get; set; }
<ConfigAttribute(Default := true)>
Public Property GrantPost As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property GrantPost As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
property bool GrantPost {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(Default = true)]
property bool GrantPost {
bool get ();
void set (bool value);
}
[<ConfigAttribute(Default = true)>]
member GrantPost : bool with get, set
[<ConfigAttribute(Default = true)>]
member GrantPost : bool with get, set
Property Value
Type:
Boolean