[Missing <summary> documentation for "P:BaseLib.Thing.Creator"]
Namespace: BaseLibAssembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0
Syntax
C# |
---|
public string Creator { get; set; } |
Field Value
The name of the creator who made this object. Derived classes should set this in the constructor.
See Also