In This Topic
The update ID if this message represents a software update notification
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property UpdateMessageID As String
[CanBeNull()]
public string UpdateMessageID {get;}
[CanBeNull()]
public:
property String^ UpdateMessageID {
String^ get();
}
See Also