[XmlIgnoreAttribute]
public bool isExecutableSpecified { get; set; }
<XmlIgnoreAttribute>
Public Property isExecutableSpecified As Boolean
Get
Set
public:
[XmlIgnoreAttribute]
property bool isExecutableSpecified {
bool get ();
void set (bool value);
}
[<XmlIgnoreAttribute>]
member isExecutableSpecified : bool with get, set