Visual Basic (Declaration) | |
---|---|
Public Property ScheduledProcedureStepLocation As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLDataset.ScheduledProcedureStepRow Dim value As String instance.ScheduledProcedureStepLocation = value value = instance.ScheduledProcedureStepLocation |
C# | |
---|---|
public string ScheduledProcedureStepLocation {get; set;} |
C++/CLI | |
---|---|
public: property String^ ScheduledProcedureStepLocation { String^ get(); void set ( String^ value); } |
Property Value
A System.String representing the Scheduled Procedure Step Location.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7