Propriété Id
Gets a unique identifier for the current node.
Espace de noms : Microsoft.ReportingServices.ReportProcessing
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Id As String
Get
'Utilisation
Dim instance As DocumentMapNodeInfo
Dim value As String
value = instance.Id
public string Id { get; }
public:
property String^ Id {
String^ get ();
}
member Id : string
function get Id () : String
Valeur de propriété
Type : System. . :: . .String
A string value that represents the unique identifier for the current node.
Voir aussi