[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=IdentityReference Interfaces=NTAccount,Object Info=Represents a user or group account. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the NTAccount class. ARG(enum)|14|0|Constructor,Constructor2 AccountName=Defines the name of the account. This parameter cannot be an empty string. ARG(string)|2| DomainName=Defines the name of the domain. This parameter can be an empty string. ARG(string)|2| UniqueName=Defines the name used to create the NTAccount object. This parameter cannot be an empty string. ARG(string)|2| [Methods] *doConstructor=Initializes a new instance of the NTAccount class by using the specified name. ARG(string uniquename)|1|0 *doConstructor2=Initializes a new instance of the NTAccount class by using the specified domain name and account name. ARG(string domainname, string accountname)|1|0 NTAccount=Returns the NTAccount object. ARG(NTAccount)|3|0 UniqueName=Defines the name used to create the NTAccount object. This parameter cannot be null or an empty string. ARG(string)|4|2 *accountName=Defines the name of the account. This parameter cannot be null or an empty string. ARG(string)|4|2 *domainName=Defines the name of the domain. This parameter can be null or an empty string. Domain names that are null values are treated like an empty string. ARG(string)|4|2