Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Audit Namespace > ActiveParticipantType Class : UserIsRequestor Property |
[XmlAttributeAttribute()] [DefaultValueAttribute()] public bool UserIsRequestor {get; set;}
'Declaration <XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property UserIsRequestor As Boolean
'Usage Dim instance As ActiveParticipantType Dim value As Boolean instance.UserIsRequestor = value value = instance.UserIsRequestor
[XmlAttributeAttribute()] [DefaultValueAttribute()] public: property bool UserIsRequestor { bool get(); void set ( bool value); }
true
if [user is requestor]; otherwise, false
.