PublishingUseLicenseRequest Constructors
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.
Overloads
PublishingUseLicenseRequest() |
Creates a PublishingUseLicenseRequest for the user in the token |
PublishingUseLicenseRequest(String) |
Creates a PublishingUseLicenseRequest for the user in delegatedUserEmail |
PublishingUseLicenseRequest()
Creates a PublishingUseLicenseRequest for the user in the token
public PublishingUseLicenseRequest ();
Public Sub New ()
Applies to
PublishingUseLicenseRequest(String)
Creates a PublishingUseLicenseRequest for the user in delegatedUserEmail
public PublishingUseLicenseRequest (string delegatedUserEmail);
new Microsoft.InformationProtection.Protection.PublishingUseLicenseRequest : string -> Microsoft.InformationProtection.Protection.PublishingUseLicenseRequest
Public Sub New (delegatedUserEmail As String)
Parameters
- delegatedUserEmail
- String