Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomain::SetData Method

 

Assigns a value to an application domain property.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSetData(String^, Object^)

Assigns the specified value to the specified application domain property.

System_CAPS_pubmethodSetData(String^, Object^, IPermission^)

Assigns the specified value to the specified application domain property, with a specified permission to demand of the caller when the property is retrieved.

Return to top
Show:
© 2017 Microsoft