LicenseRightsData.DirectoryObjectsRights Property
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.
List of directory objects and the rights associated with them
public System.Collections.Generic.List<Microsoft.InformationProtection.Protection.DirectoryObjectRights> DirectoryObjectsRights { get; set; }
member this.DirectoryObjectsRights : System.Collections.Generic.List<Microsoft.InformationProtection.Protection.DirectoryObjectRights> with get, set
Public Property DirectoryObjectsRights As List(Of DirectoryObjectRights)