Table of Contents

Class EndpointCollection

Namespace
Dynamicweb.DataIntegration.EndpointManagement
Assembly
Dynamicweb.DataIntegration.dll
public class EndpointCollection
Inheritance
EndpointCollection
Inherited Members

Properties

AuthenticationId

public int AuthenticationId { get; set; }

Property Value

int

Description

Endpoint Description

public string Description { get; set; }

Property Value

string

Id

Endpoint Id

public int Id { get; set; }

Property Value

int

Name

Endpoint Name

public string Name { get; set; }

Property Value

string

Sorting

public int? Sorting { get; set; }

Property Value

int?
To top