OTParameterIsCommonParam Property
|
Namespace:
Ingeniux.CMS.Assets.Dita
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [DataMemberAttribute]
public bool IsCommonParam { get; set; }
<DataMemberAttribute>
Public Property IsCommonParam As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsCommonParam {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsCommonParam : bool with get, set
Property Value
Type:
BooleanSee Also