DicomObjects.NET.V8
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:
    property LicensedFunctions AllowedFunctions {
       LicensedFunctions get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also