ParameterTokenIsReadOnly Property |
Gets a value indicating whether the
ParameterToken instance is read-only.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic bool IsReadOnly { get; }Public ReadOnly Property IsReadOnly As Boolean
Get
public:
property bool IsReadOnly {
bool get ();
}member IsReadOnly : bool with get
Property Value
Type:
Boolean
See Also