Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf Namespace > RdfDocumentAttachment Class > RdfDocumentAttachment Properties > FileName Property 

Drukuj

.NET Framework Class Library

RdfDocumentAttachment.FileName Property

Nazwa pliku.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property FileName As String
 Get
 Set

C#

public string FileName { getset; }

Visual C++

public:
property StringFileName {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_fileName();
function set_fileName(value);

See Also

RdfDocumentAttachment Class

RdfDocumentAttachment Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf Namespace