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




In This Topic
    SecureObjectData Property (ImGearARTCreateSecureObjectDataEventArgs)
    In This Topic
    Gets the secure object data associated with the art object.
    Syntax
    'Declaration
     
    Public ReadOnly Property SecureObjectData As String
    'Usage
     
    Dim instance As ImGearARTCreateSecureObjectDataEventArgs
    Dim value As String
     
    value = instance.SecureObjectData
    public string SecureObjectData {get;}
    public: __property string* get_SecureObjectData();
    public:
    property String^ SecureObjectData {
       String^ get();
    }

    Property Value

    String value.
    See Also