In This Topic
Indicates if there is any context agreed by the remote application
Syntax
'Declaration
Public ReadOnly Property AnyPresent As System.Boolean
'Usage
Dim instance As DicomContextCollection
Dim value As System.Boolean
value = instance.AnyPresent
public System.bool AnyPresent {get;}
public read-only property AnyPresent: System.Boolean;
public function get AnyPresent : System.boolean
public: __property System.bool get_AnyPresent();
public:
property System.bool AnyPresent {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also