ParameterFieldReference.ParameterName Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ParameterName As String
public string ParameterName { get; set; }
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String
function set ParameterName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.