UserCollaborator Constructors

Definition

Overloads

UserCollaborator()
UserCollaborator(String)

UserCollaborator()

Source:
UserCollaborator.cs
Source:
UserCollaborator.cs
public UserCollaborator ();
Public Sub New ()

Applies to

UserCollaborator(String)

Source:
UserCollaborator.cs
Source:
UserCollaborator.cs
public UserCollaborator (string email = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.UserCollaborator : string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.UserCollaborator
Public Sub New (Optional email As String = Nothing)

Parameters

email
String

Applies to