Leadtools.Dicom.AddIn.Audit Namespace > ActiveParticipantType Class : UserIsRequestor Property |
[DefaultValueAttribute()] [XmlAttributeAttribute()] public bool UserIsRequestor {get; set;}
'Declaration <DefaultValueAttribute()> <XmlAttributeAttribute()> Public Property UserIsRequestor As Boolean
'Usage Dim instance As ActiveParticipantType Dim value As Boolean instance.UserIsRequestor = value value = instance.UserIsRequestor
[DefaultValueAttribute()] [XmlAttributeAttribute()] public: property bool UserIsRequestor { bool get(); void set ( bool value); }
true
if [user is requestor]; otherwise, false
.