Class ClassID Property | CSAL Mongo Access Library |
The storage key for the class (note the interaction with Id)
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ClassID { get; set; }
public string ClassID { get; set; }
Public Property ClassID As String Get Set
Public Property ClassID As String Get Set
public: property String^ ClassID { String^ get (); void set (String^ value); }
public: property String^ ClassID { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also