public static List<HostsMappingInfo> Mappings { get; }
Public Shared ReadOnly Property Mappings As List(Of HostsMappingInfo)
Get
Dim value As List(Of HostsMappingInfo)
value = UtilHosts.Mappings
public:
static property List<HostsMappingInfo^>^ Mappings {
List<HostsMappingInfo^>^ get ();
}
static member Mappings : List<HostsMappingInfo> with get
No code example is currently available or this language may not be supported.