Gets or sets the Scheduled Procedure Step Location.
public string ScheduledProcedureStepLocation {get; set;}
'Declaration
Public Property ScheduledProcedureStepLocation As String
'Usage
Dim instance As MWLDataset.ScheduledProcedureStepRow
Dim value As String
instance.ScheduledProcedureStepLocation = value
value = instance.ScheduledProcedureStepLocation
public:
property String^ ScheduledProcedureStepLocation {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String representing the Scheduled Procedure Step Location.