Gets and sets the value of the Field that determines the visibility
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] [DefaultValueAttribute("")] public string VisibilityDataField { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(true)> <DefaultValueAttribute("")> Public Property VisibilityDataField As String Get Set |