Order.OCA Property
Gets or sets the oca.
[ReadOnly(true)]
public string OCA {get; set;}
This language is not supported or no code example is available.
[ReadOnly(true)]
public:
property String^ OCA {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
ReadOnly(true)
function get OCA() : String;
public
ReadOnly(true)
function set OCA(value : String);
This language is not supported or no code example is available.
Property Value
string
The oca.
In this article
Definition