AppInitStringBase.ExtensionsXml Property
Gets or Sets the extensions XML
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AppInitStringBase
Dim value As String
value = instance.ExtensionsXml
instance.ExtensionsXml = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ExtensionsXml As String
[BrowsableAttribute(false)]
public string ExtensionsXml { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtensionsXml {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ExtensionsXml ()
/** @property */
public void set_ExtensionsXml (String value)
public function get ExtensionsXml () : String
public function set ExtensionsXml (value : String)
Property Value
Type: String
The extensions XML.
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
AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.