IsSystemGenerated Property
In This Topic
Indicates whether this record was system-generated.
Syntax
'Declaration
Public ReadOnly Property IsSystemGenerated As Boolean
public bool IsSystemGenerated {get;}
public:
property bool IsSystemGenerated {
bool get();
}
See Also