Gets or sets the sender ID. Unique ID of the site that created this event.
Syntax
'Declaration
<XmlElementAttribute()>
Public Overridable Property SenderID As Guid
'Usage
Dim instance As Event
Dim value As Guid
instance.SenderID = value
value = instance.SenderID
[XmlElement()]
public virtual Guid SenderID {get; set;}
public read-write property SenderID: Guid; virtual;
XmlElementAttribute()
public function get,set SenderID : Guid
[XmlElement()]
public: __property virtual Guid get_SenderID();
public: __property virtual void set_SenderID(
Guid value
);
[XmlElement()]
public:
virtual property Guid SenderID {
Guid get();
void set ( Guid value);
}
Property Value
The sender ID.
See Also