Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.Group Property

Gets or sets a string that specifies the group to which the owner's security identifier (ID) belongs.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.Group [ = sGroup ]

C++ Syntax[C++]

HRESULT get_Group(
  BSTR *psGroup
);
 
HRESULT put_Group(
  BSTR sGroup
);

Parameters

sGroup
String value that specifies the group to which the owner's security ID belongs.

This value can take the following forms:

The property is read-write.

Applies To

FPCSecurityDescriptor