Propriété OpenObject.Properties
Get the properties bag to extend the object.
Espace de noms: Microsoft.IdentityModel
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As OpenObject Dim value As Dictionary(Of String, Object) value = instance.Properties
Syntaxe
'Déclaration
Public ReadOnly Property Properties As Dictionary(Of String, Object)
public Dictionary<string,Object> Properties { get; }
public:
property Dictionary<String^, Object^>^ Properties {
Dictionary<String^, Object^>^ get ();
}
/** @property */
public Dictionary<String,Object> get_Properties ()
public function get Properties () : Dictionary<String,Object>
Valeur de la propriété
The properties bag to extend the object.
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe OpenObject
Membres OpenObject
Espace de noms Microsoft.IdentityModel