Partager via


Propriété PromptLocID

The unique identifier for the Prompt property.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property PromptLocID As String
    Get
    Set
'Utilisation
Dim instance As ConnectionProperties
Dim value As String

value = instance.PromptLocID

instance.PromptLocID = value
public string PromptLocID { get; set; }
public:
property String^ PromptLocID {
    String^ get ();
    void set (String^ value);
}
member PromptLocID : string with get, set
function get PromptLocID () : String
function set PromptLocID (value : String)

Valeur de propriété

Type : System. . :: . .String