Click or drag to resize

AccessLayerShared Property

Whether this layer is shared.

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

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionShared
Remarks
Requires DetailLevel of Full
See Also