DataSiteableServiceProvider<T>.Site, propriété
Obtient ou définit le site.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public Property Site As T
public T Site { get; set; }
public:
virtual property T Site {
T get () sealed;
void set (T value) sealed;
}
abstract Site : 'T with get, set
override Site : 'T with get, set
final function get Site () : T
final function set Site (value : T)
Valeur de propriété
Type : T
Site.
Implémentations
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.