Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ActionFailedException Class / Source Property


In This Topic
    Source Property (ActionFailedException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Overridable Property Source As String
    'Usage
     
    Dim instance As ActionFailedException
    Dim value As String
     
    instance.Source = value
     
    value = instance.Source
    [__DynamicallyInvokable()]
    public virtual string Source {get; set;}
    See Also