Class ModifiedBy
public class ModifiedBy
- Inheritance
-
ModifiedBy
- Inherited Members
Properties
UserID
[AsObjectId]
public string UserID { get; set; }
Property Value
UserName
public string? UserName { get; set; }
public class ModifiedBy
[AsObjectId]
public string UserID { get; set; }
public string? UserName { get; set; }