Any additional note that might have been added

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataMember()> _ 
<PropertyExpression("Note")> _ 
Public Property additional_note() As String
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("Note")] 
public string additional_note {get; set;}
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("Note")] 
public:  
property String^ additional_note { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
DataMember() 
PropertyExpression("Note") 
function get additional_note() : String
public  
DataMember() 
PropertyExpression("Note") 
function set additional_note(value : String);
This language is not supported or no code example is available.

Property Value

Type: string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1