Who created it

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

<DataMember()> _ 
<PropertyExpression("CreatedBy", ReturnAs =typeof(ContactInfo))> _ 
Public Property created_by() As ContactInfo
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("CreatedBy", ReturnAs =typeof(ContactInfo))] 
public ContactInfo created_by {get; set;}
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("CreatedBy", ReturnAs =typeof(ContactInfo))] 
public:  
property ContactInfo^ created_by { 
ContactInfo^ get( ); 
void set( 
ContactInfo^ value 
); 
}
This language is not supported or no code example is available.
public  
DataMember() 
PropertyExpression("CreatedBy", ReturnAs =typeof(ContactInfo)) 
function get created_by() : ContactInfo
public  
DataMember() 
PropertyExpression("CreatedBy", ReturnAs =typeof(ContactInfo)) 
function set created_by(value : ContactInfo);
This language is not supported or no code example is available.

Property Value

Type: ContactInfo

.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