ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPLangAlt Class / Default Property




In This Topic
    Default Property
    In This Topic
    Gets or sets default text alternative. Returns null if this alternative is not present. Set to null to remove this alternative from the object.
    Syntax
    'Declaration
     
    Public Property Default As String
    'Usage
     
    Dim instance As ImGearXMPLangAlt
    Dim value As String
     
    instance.Default = value
     
    value = instance.Default
    public string Default {get; set;}
    public: __property string* get_Default();
    public: __property void set_Default( 
       string* value
    );
    public:
    property String^ Default {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also