PackagePropertyIsArray Property | |
Gets or sets IsArray
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public bool IsArray { get; set; }
public:
property bool IsArray {
bool get ();
void set (bool value);
}
function get_IsArray();
function set_IsArray(value);
Property Value
Type:
BooleanSee Also