WebApplicationVersions Property |
This applications versions.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebApplicationVersion> Versions { get; set; }
Public Property Versions As List(Of WebApplicationVersion)
Get
Set
public:
property List<WebApplicationVersion^>^ Versions {
List<WebApplicationVersion^>^ get ();
void set (List<WebApplicationVersion^>^ value);
}
member Versions : List<WebApplicationVersion> with get, set
Property Value
Type:
ListWebApplicationVersionSee Also