WebSpacesCreatePublishingUserParameters Class
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.
Parameters supplied to the Create Publishing User operation.
public class WebSpacesCreatePublishingUserParameters
type WebSpacesCreatePublishingUserParameters = class
Public Class WebSpacesCreatePublishingUserParameters
- Inheritance
-
WebSpacesCreatePublishingUserParameters
Constructors
WebSpacesCreatePublishingUserParameters() |
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class. |
WebSpacesCreatePublishingUserParameters(String, String) |
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class with required arguments. |
Properties
Name |
Optional. The publishing user name. |
PublishingPassword |
Required. The publishing user password. |
PublishingUserName |
Required. The publishing user username. |
Applies to
Azure SDK for .NET