ReportParameter.PromptUser Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
‘선언
Public Property PromptUser As Boolean
Get
Set
public bool PromptUser { get; set; }
public:
property bool PromptUser {
bool get ();
void set (bool value);
}
member PromptUser : bool with get, set
function get PromptUser () : boolean
function set PromptUser (value : boolean)
Type: System.Boolean
- 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.