Who it was issued by

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

<DataMember()> _ 
<PropertyExpression("IssuedBy")> _ 
Public Property issued_by() As ContactInfo
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("IssuedBy")] 
public ContactInfo issued_by {get; set;}
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("IssuedBy")] 
public:  
property ContactInfo^ issued_by { 
ContactInfo^ get( ); 
void set( 
ContactInfo^ value 
); 
}
This language is not supported or no code example is available.
public  
DataMember() 
PropertyExpression("IssuedBy") 
function get issued_by() : ContactInfo
public  
DataMember() 
PropertyExpression("IssuedBy") 
function set issued_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