Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property ReasonForTheRequestedProcedure As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RequestAttributes Dim value As String instance.ReasonForTheRequestedProcedure = value value = instance.ReasonForTheRequestedProcedure |
C# | |
---|---|
[ElementAttribute()] public string ReasonForTheRequestedProcedure {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property String^ ReasonForTheRequestedProcedure { String^ get(); void set ( String^ value); } |
Property Value
The reason for the requested procedure.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7