PropertyError Enum

Definition

Defines the types of errors that can occur when retrieving properties for a rowset.

public enum PropertyError
type PropertyError = 
Public Enum PropertyError
Inheritance
PropertyError

Fields

NotFound 0

The property was not found. This enumeration member represents a value of 0.

PermissionDenied 1

The user does not have permission to access the property. For example, trying to access the password property. This enumeration member represents a value of 1.

Applies to