ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / UserDataAttributes Property




In This Topic
    UserDataAttributes Property (ImGearARTGroup)
    In This Topic
    Gets the user data dictionary specified for the group.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserDataAttributes As IDictionary(Of String,String)
    'Usage
     
    Dim instance As ImGearARTGroup
    Dim value As IDictionary(Of String,String)
     
    value = instance.UserDataAttributes
    public IDictionary<string,string> UserDataAttributes {get;}
    public: __property IDictionary<string*,string*>* get_UserDataAttributes();
    public:
    property IDictionary<String^,String^>^ UserDataAttributes {
       IDictionary<String^,String^>^ get();
    }

    Property Value

    IDictionary interface.
    See Also