PropertyObject.SetFlags ( lookupString, options, Flags)
Sets the flags setting of the property specified by lookupString. Use the PropertyObject.GetFlags method to retrieve the flags setting of a property.
lookupString As String
[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. Refer to Lookup Strings for more information about the strings you can use.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
Flags As Long
[In] The new flags for the property. Refer to PropertyFlags for possible values.