ICustomProperty.CanRead Property

Definition

Gets a value that determines whether the custom property supports read access.

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = iCustomProperty.canRead;
Public ReadOnly Property CanRead As Boolean

Property Value

Boolean

bool

true if the property value can be read as a data source. false if the property cannot be a data source value.

Applies to