Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the private data that is stored by the plug-in.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PrivateData As PropertyBag
public PropertyBag PrivateData { get; }
public:
property PropertyBag^ PrivateData {
PropertyBag^ get ();
}
member PrivateData : PropertyBag
function get PrivateData () : PropertyBag
Property Value
Type: Microsoft.TeamFoundation.Client.PropertyBag
The private data that is stored by the plug-in.
Remarks
Private data is accessible only by the plug-in.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.