ActionRecord.InitstringDoc Property
Gets or sets the value of initialization string.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ActionRecord
Dim value As XmlDocument
value = instance.InitstringDoc
instance.InitstringDoc = value
Syntax
'Declaration
<XmlElementAttribute("InitString")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property InitstringDoc As XmlDocument
[XmlElementAttribute("InitString")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public XmlDocument InitstringDoc { get; set; }
[XmlElementAttribute(L"InitString")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
property XmlDocument^ InitstringDoc {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
/** @property */
public XmlDocument get_InitstringDoc ()
/** @property */
public void set_InitstringDoc (XmlDocument value)
public function get InitstringDoc () : XmlDocument
public function set InitstringDoc (value : XmlDocument)
Property Value
Type: XmlDocument
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
ActionRecord Class
ActionRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.