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.MetadataResponseMessage
instance.MetadataResponseMessage = value
|
Syntax
Visual Basic |
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<DescriptionAttribute("The Mex WS-T Get Response Message.")> _
<CategoryAttribute("WS Messages")> _
<BrowsableAttribute(True)> _
Public Property MetadataResponseMessage As Message
|
C# |
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DescriptionAttribute("The Mex WS-T Get Response Message.")]
[CategoryAttribute("WS Messages")]
[BrowsableAttribute(true)]
public Message MetadataResponseMessage { get; set; }
|
C++ |
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[DescriptionAttribute(L"The Mex WS-T Get Response Message.")]
[CategoryAttribute(L"WS Messages")]
[BrowsableAttribute(true)]
public:
property Message^ MetadataResponseMessage {
Message^ get ();
void set (Message^ value);
}
|
J# |
/** @property */
public Message get_MetadataResponseMessage ()
/** @property */
public void set_MetadataResponseMessage (Message value)
|
JScript |
public function get MetadataResponseMessage () : Message
public function set MetadataResponseMessage (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