Answer File OptionsLocal Accounts Property
Gets or sets a collection of local accounts to create.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
A collection of local user accounts.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public Collection<LocalCredential> LocalAccounts { get; set; }VB
Public Property LocalAccounts As Collection(Of LocalCredential)
Get
SetC++
public:
property Collection<LocalCredential^>^ LocalAccounts {
Collection<LocalCredential^>^ get ();
void set (Collection<LocalCredential^>^ value);
}F#
member LocalAccounts : Collection<LocalCredential> with get, setProperty Value
CollectionLocalCredentialA collection of local user accounts.