Leadtools.Medical.Worklist.Wcf.Entities Namespace > WCFScheduledProcedureStep Class : ScheduledStationName Property |
[DataMemberAttribute()] public List<string> ScheduledStationName {get; set;}
'Declaration <DataMemberAttribute()> Public Property ScheduledStationName As List(Of String)
'Usage Dim instance As WCFScheduledProcedureStep Dim value As List(Of String) instance.ScheduledStationName = value value = instance.ScheduledStationName
[DataMemberAttribute()] public: property List<String^>^ ScheduledStationName { List<String^>^ get(); void set ( List<String^>^ value); }