Click or drag to resize

ApplicationSiteUrlList Property

URLs that determine this particular application.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "url-list")]
public MembershipChangeTracking<string> UrlList { get; }
Request Example View Source

Property Value

Type: MembershipChangeTrackingString
The URLs that determine this particular application.
See Also