This API supports the FIM 2010 infrastructure. Using this API
directly from your code is not supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As XmlInteractiveActivity
Dim value As Message
value = instance.CreateResponseMessage
instance.CreateResponseMessage = value
|
Syntax
Visual Basic |
<BrowsableAttribute(True)> _
<DescriptionAttribute("The WS-T Create Response Message.")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("WS Messages")> _
Public Property CreateResponseMessage As Message
|
C# |
[BrowsableAttribute(true)]
[DescriptionAttribute("The WS-T Create Response Message.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[CategoryAttribute("WS Messages")]
public Message CreateResponseMessage { get; set; }
|
C++ |
[BrowsableAttribute(true)]
[DescriptionAttribute(L"The WS-T Create Response Message.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[CategoryAttribute(L"WS Messages")]
public:
property Message^ CreateResponseMessage {
Message^ get ();
void set (Message^ value);
}
|
J# |
/** @property */
public Message get_CreateResponseMessage ()
/** @property */
public void set_CreateResponseMessage (Message value)
|
JScript |
public function get CreateResponseMessage () : Message
public function set CreateResponseMessage (value : Message)
|
Property Value
Returns
Message.
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
Target Platforms
Windows 2008 x64 Edition
See Also