ClassKeyName Property (ObjectBase)
In This Topic
The key name for the class.
Syntax
'Declaration
Public MustOverride ReadOnly Property ClassKeyName As String
public abstract string ClassKeyName {get;}
public:
abstract property String^ ClassKeyName {
String^ get();
}
See Also