Gets or sets the SourceID.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public int SourceID { get; set; }
<XmlAttributeAttribute> _ <DataMemberAttribute(Order := )> _ Public Property SourceID As Integer
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public: property int SourceID { int get (); void set (int value); }