'Declaration
<System.ComponentModel.PasswordPropertyTextAttribute(True)> <System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("Specifies the password used to log into the mail server.")> Public Property Password As System.Activities.InArgument(Of String)
'Usage
Dim instance As ForEachMailMessage Dim value As System.Activities.InArgument(Of String) instance.Password = value value = instance.Password
[System.ComponentModel.PasswordPropertyText(true)] [System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("Specifies the password used to log into the mail server.")] public System.Activities.InArgument<string> Password {get; set;}