Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Rdf Namespace > RdfDocumentLink Class > RdfDocumentLink Properties > URL Property 

Drukuj

.NET Framework Class Library

RdfDocumentLink.URL Property

Adres URL.

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 URL As String
 Get
 Set

C#

public string URL { getset; }

Visual C++

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

JavaScript

function get_URL();
function set_URL(value);

See Also

RdfDocumentLink Class

RdfDocumentLink Members

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