Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the value is read-only.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Required As Boolean
Get
Set
'Usage
Dim instance As ExtensionParameter
Dim value As Boolean
value = instance.Required
instance.Required = value
public bool Required { get; set; }
public:
property bool Required {
bool get ();
void set (bool value);
}
member Required : bool with get, set
function get Required () : boolean
function set Required (value : boolean)
Property Value
Type: System.Boolean
A read-only Boolean value.