Order.ClientID Property

Gets or sets the client id.
public string ClientID {get; set;}
This language is not supported or no code example is available.
public:  
property String^ ClientID { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public function get ClientID() : String
public function set ClientID(value : String);
This language is not supported or no code example is available.

Property Value

string

In this article

Definition