Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.Control Property

Gets or sets flags that qualify the meaning of the security descriptor. Values are similar to those in the Win32 SECURITY_DESCRIPTOR_CONTROL structure. See MSDN for more information.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.Control [ = lControl ]

C++ Syntax[C++]

HRESULT get_Control(
  long *plControl
);
 
HRESULT put_Control(
  long lControl
);

Parameters

lControl
Long value that qualifies the meaning of the security descriptor by using a combination of bit values from the FpcSDControl enumerated type.

The property is read-write.

Applies To

FPCSecurityDescriptor