'DeclarationPublic Function New( _ ByVal other As UAApplicationIdentity _ )
'UsageDim other As UAApplicationIdentity Dim instance As New UAApplicationIdentity(other)
public UAApplicationIdentity( UAApplicationIdentity other )
public: UAApplicationIdentity( UAApplicationIdentity^ other )
Parameters
- other
- The object to be copied from.
The value of this parameter cannot be
null(Nothingin Visual Basic).