Class CreateEmailOption
CreateEmailOption options when creating email addresses
Inheritance
System.Object
CreateEmailOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CreateEmailOption
Properties
| Improve this Doc View SourceEmails
email addresses to add
Declaration
public ICollection<string> Emails { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |