Set the password of a new user.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxWriteOnly Property Password As String
Set
Dim instance As IUser
Dim value As String
instance.Password = value
property String^ Password {
void set (String^ value);
}
Property Value
Type:
String
See Also