An issue action type

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

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

Property Value

Type: IssueActionType

.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