Gets and Sets the Caption Text if no ResourceKey is provided
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [DefaultValueAttribute("Property")] public string Caption { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(true)> <DefaultValueAttribute("Property")> Public Property Caption As String Get Set |