Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.Owner Property

Gets or sets the owner of the object.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.Owner [ = sOwner ]

C++ Syntax[C++]

HRESULT get_Owner(
BSTR *psOwner
);
 
HRESULT put_Owner(
  BSTR sOwner
);

Parameters

sOwner
String value that specifies the owner of the object. This value can take the following forms:

The property is read-write.

Applies To

FPCSecurityDescriptor