ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreateSecureObjectDataEventArgs Class / Group Property




In This Topic
    Group Property (ImGearARTCreateSecureObjectDataEventArgs)
    In This Topic
    Gets the group.
    Syntax
    'Declaration
     
    Public ReadOnly Property Group As ImGearARTGroup
    'Usage
     
    Dim instance As ImGearARTCreateSecureObjectDataEventArgs
    Dim value As ImGearARTGroup
     
    value = instance.Group
    public ImGearARTGroup Group {get;}
    public: __property ImGearARTGroup* get_Group();
    public:
    property ImGearARTGroup^ Group {
       ImGearARTGroup^ get();
    }

    Property Value

    ImGearARTGroup class instance.
    Remarks
    Returns not null value if SecureObjectData is associated with the group, otherwise returns null.
    See Also