DotMSN

Owner.Name Property

Change the contact list owner's screenname

[Visual Basic]
Public Property Name As String
[C#]
new public string Name {get; set;}

Remarks

In contrast to a remote contact, in the owner object you can not only request the screenname but also set it. After assigning a value to the Name property a request for the name change will be send to the server. Only after confirmation from the server the name is actually changed.

See Also

Owner Class | XihSolutions.DotMSN Namespace