Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.OwnerDefaulted Property

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

VBScript Syntax[VBScript]

FPCSecurityDescriptor.OwnerDefaulted [ = bOwnerDefaulted ]

C++ Syntax[C++]

HRESULT get_OwnerDefaulted(
  VARIANT_BOOL *pbOwnerDefaulted
);
 
HRESULT put_OwnerDefaulted(
  VARIANT_BOOL bOwnerDefaulted
);

Parameters

bOwnerDefaulted
A Boolean value that indicates whether the owner 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