Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / SaveDocumentStreamEventArgs Class / FilePath Property


In This Topic
    FilePath Property
    In This Topic
    Gets or sets the full file path.
    Syntax
    'Declaration
     
    
    Public Property FilePath As String
    'Usage
     
    
    Dim instance As SaveDocumentStreamEventArgs
    Dim value As String
     
    instance.FilePath = value
     
    value = instance.FilePath
    public string FilePath {get; set;}
    See Also