[XmlAttributeAttribute]
public string scriptFormat { get; set; }
<XmlAttributeAttribute>
Public Property scriptFormat As String
Get
Set
public:
[XmlAttributeAttribute]
property String^ scriptFormat {
String^ get ();
void set (String^ value);
}
[<XmlAttributeAttribute>]
member scriptFormat : string with get, set