Right.AddExtendedRestriction(ExtendedRestriction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an extended Restriction to a right.
public virtual void AddExtendedRestriction (Microsoft.Media.Drm.ExtendedRestriction restrictionToAdd);
abstract member AddExtendedRestriction : Microsoft.Media.Drm.ExtendedRestriction -> unit
override this.AddExtendedRestriction : Microsoft.Media.Drm.ExtendedRestriction -> unit
Public Overridable Sub AddExtendedRestriction (restrictionToAdd As ExtendedRestriction)
Parameters
- restrictionToAdd
- ExtendedRestriction
The ExtendedRestriction to be added to the right.