MSPolicyDescriptor referrer property

The URL of the referrer.

Signature

@property (strong) NSURL *referrer;

Property Values

Name Datatype Notes
referrer
NSURL *
See Remarks section.

Defined in

MSPolicyDescriptor.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8

Remarks

Set this property with a URL of a referrer as in this example:

policyDescriptor.referrer = [[NSURL alloc] initWithString@"https://contoso.com"];