Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.GroupDefaulted Property

Gets or sets a flag that indicates whether the group information is derived from a default mechanism rather than from the original provider of the security descriptor explicitly.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.GroupDefaulted [ = bGroupDefaulted ]

C++ Syntax[C++]

HRESULT get_GroupDefaulted(
  VARIANT_BOOL *pbGroupDefaulted
);
 
HRESULT put_GroupDefaulted(
  VARIANT_BOOL bGroupDefaulted
);

Parameters

bGroupDefaulted
A Boolean value that indicates whether the group information is derived from a default mechanism rather than from the original provider of the security descriptor explicitly.

The property is read-write.

Applies To

FPCSecurityDescriptor