DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / AllowedFunctions Property






In This Topic
    AllowedFunctions Property
    In This Topic
    The functions which this license allows DicomObjects to perform
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AllowedFunctions As LicensedFunctions
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As LicensedFunctions
     
    value = instance.AllowedFunctions
    public LicensedFunctions AllowedFunctions {get;}
    public read-only property AllowedFunctions: LicensedFunctions; 
    public function get AllowedFunctions : LicensedFunctions
    public: __property LicensedFunctions get_AllowedFunctions();
    public:
    property LicensedFunctions AllowedFunctions {
       LicensedFunctions get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also