IFPCUrlCategorySet::UrlCategorySetType property

Applies to: desktop apps only

The UrlCategorySetType property gets or sets a value from the FpcUrlCategorySetType enumerated type that indicates whether the URL category set includes only the URL categories specified in the UrlCategories property or includes all URL categories except the URL categories specified in the UrlCategories property.

This property is read/write.

Syntax

HRESULT put_UrlCategorySetType(
  FpcUrlCategorySetType UrlCategorySetType
);

HRESULT get_UrlCategorySetType(
  FpcUrlCategorySetType *pUrlCategorySetType
);
' Data type: FpcUrlCategorySetType

Property UrlCategorySetType( _
  ByVal UrlCategorySetType As FpcUrlCategorySetType, _
  ByVal pUrlCategorySetType As FpcUrlCategorySetType _
) As FpcUrlCategorySetType

Property value

Value from the FpcUrlCategorySetType enumerated type that specifies whether the URL category set includes only the URL categories specified in the UrlCategories property or includes all URL categories except the URL categories specified in the UrlCategories property.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its value is initially set when the URL category set is created by calling the Add method of the FPCUrlCategorySets collection.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCUrlCategorySet

 

 

Build date: 7/12/2010