Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
<XmlElementAttribute("Minor")> Public Property Minor As Short |
C# |
---|
[XmlElementAttribute("Minor")] public short Minor { get; set; } |
C++ |
---|
[XmlElementAttribute(L"Minor")] public property short Minor sealed { short get(); void set(short value); } |
J# |
---|
/** @attribute XmlElementAttribute("Minor") */ /** property */ public short get_Minor(); /** property */ public void set_Minor(short value); |
JScript |
---|
public function get Minor() : short public function set Minor(value : short); |