WHile creating a group we have Email Alias attribute, i want to hide it.
When i deleted that attribute's code in XML error came-
<my:Control my:Name="Alias" my:TypeName="UocTextBox" my:Caption="{Binding Source=schema, Path=MailNickname.DisplayName}" my:RightsLevel="{Binding Source=rights, Path=MailNickname}"><my:Properties><my:Property my:Name="Required" my:Value="true"/><my:Property my:Name="HintPath" my:Value="Hint"/><my:Property my:Name="Text" my:Value="{Binding Source=object, Path=MailNickname, Mode=TwoWay}"/><my:Property my:Name="MaxLength" my:Value="128"/><my:Property my:Name="RegularExpression" my:Value="{Binding Source=schema, Path=MailNickname.StringRegex}"/></my:Properties></my:Control>
Error was....
HOW TO FIX IT