Gets or sets User Principal Name (UPN) suffixes. Each Organizational Unit (OU) may also have a multi-valued attribute named UpnSuffixes associated with it. If this property is set, the values will go to UpnSuffixes in Active Directory.
Syntax
| C# | |
|---|
[>XmlArrayItemAttribute("UpnSuffix")]
public >string[] UpnSuffixes {get; set;} |
Requirements
Target Platforms: Windows Server 2003 family
See Also