Click or drag to resize

ObjectBaseTColor Property

Color of the object

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "color", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Nullable<Colors> Color { get; set; }
Request Example View Source

Property Value

Type: NullableColors
Exceptions
ExceptionCondition
ArgumentNullExceptionColor
Remarks
Requires DetailLevel of Full
See Also