ElementGroup.UserData Property
The user defined serializable data object
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Property UserData As Object
public Object UserData { get; set; }
public:
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
member UserData : Object with get, set
function get UserData () : Object
function set UserData (value : Object)
Property Value
Type: Object
.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.