| ContactId Property  |  | 
 
            Contact ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
            
 
    Namespace: 
   Smartsheet.Api.Models
    Assemblies:
    smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
 Syntax
Syntaxpublic string Id { get; set; }Public Property Id As String
	Get
	Set
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}member Id : string with get, set
Property Value
Type: 
String See Also
See Also