ContextState.Modifier Property
Gets or sets the object that modifies the context state.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ContextState
Dim value As Object
value = instance.Modifier
instance.Modifier = value
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property Modifier As Object
[XmlIgnoreAttribute]
public Object Modifier { get; set; }
[XmlIgnoreAttribute]
public:
property Object^ Modifier {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_Modifier ()
/** @property */
public void set_Modifier (Object value)
public function get Modifier () : Object
public function set Modifier (value : Object)
Property Value
Type: Object
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ContextState Class
ContextState Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.