Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Public Property PerfProcStepStartDate As Nullable(Of Date) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SeriesQuery Dim value As Nullable(Of Date) instance.PerfProcStepStartDate = value value = instance.PerfProcStepStartDate |
C# | |
---|---|
[BrowsableAttribute(false)] public Nullable<DateTime> PerfProcStepStartDate {get; set;} |
Managed Extensions for C++ | |
---|---|
[BrowsableAttribute(false)] public: __property Nullable<DateTime> get_PerfProcStepStartDate(); public: __property void set_PerfProcStepStartDate( Nullable<DateTime> value ); |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property Nullable<DateTime> PerfProcStepStartDate { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); } |
Property Value
The performed procedure step start date.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7