ICustomProperty.CanRead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.