Share via


RatedContentRestrictions.GetBrowsePolicyAsync Method

Definition

Gets information that is used filter an app's content catalog.

public:
 virtual IAsyncOperation<ContentRestrictionsBrowsePolicy ^> ^ GetBrowsePolicyAsync() = GetBrowsePolicyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContentRestrictionsBrowsePolicy> GetBrowsePolicyAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContentRestrictionsBrowsePolicy> GetBrowsePolicyAsync();
function getBrowsePolicyAsync()
Public Function GetBrowsePolicyAsync () As IAsyncOperation(Of ContentRestrictionsBrowsePolicy)

Returns

Returns a ContentRestrictionsBrowsePolicy object.

Attributes

Applies to