C1.Silverlight.Schedule.5
Contact Constructor(Guid)

The System.Guid value which should be used as contact key.
Initializes a new instance of the Contact class with the specified key.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As System.Guid _
)
public Contact( 
   System.Guid key
)

Parameters

key
The System.Guid value which should be used as contact key.
Remarks
Use this constructor if your business logic requires setting custom key value. Make sure that you use the correct constructor overload (with integer or Guid key value) and that key value is unique.
See Also

Reference

Contact Class
Contact Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.