Enum BaseObject.GenericStaticOptions
Enumerates static options which customize behavior of all BaseObject descendants.
[Flags]
public enum BaseObject.GenericStaticOptions
Fields
NoNamesInToString = 0
Specifies that ToString() should not include property names in result. This is not supported in all the objects.