Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / IsVolatile Property


In This Topic
    IsVolatile Property (Camera)
    In This Topic
    Gets or sets a boolean value indicating whether this external variable is volatile.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsVolatile As Boolean
    'Usage
     
    
    Dim instance As Camera
    Dim value As Boolean
     
    value = instance.IsVolatile
    public bool IsVolatile {get;}

    Property Value

    true if this external variable is volatile; otherwise, false.
    See Also