Public Property DocumentsToNotify As List(Of XdsDocument)
Dim instance As DSUBNotificationMessage Dim value As List(Of XdsDocument) instance.DocumentsToNotify = value value = instance.DocumentsToNotify
public List<XdsDocument> DocumentsToNotify {get; set;}
public: property List<XdsDocument^>^ DocumentsToNotify { List<XdsDocument^>^ get(); void set ( List<XdsDocument^>^ value); }