DataRepeaterItem.Name, propriété
Obtient ou définit le nom de l'objet DataRepeaterItem.
Espace de noms : Microsoft.VisualBasic.PowerPacks
Assembly : Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property Name As String
[BrowsableAttribute(false)]
public string Name { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Valeur de propriété
Type : System.String
Nom de l'objet DataRepeaterItem.La valeur par défaut est une chaîne vide ("").
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualBasic.PowerPacks, espace de noms