次の方法で共有


UserCollaborator コンストラクター

定義

オーバーロード

UserCollaborator()
UserCollaborator(String)

UserCollaborator()

ソース:
UserCollaborator.cs
ソース:
UserCollaborator.cs
public UserCollaborator ();
Public Sub New ()

適用対象

UserCollaborator(String)

ソース:
UserCollaborator.cs
ソース:
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)

パラメーター

email
String

適用対象