Share via


XmlInteractiveActivity.MetadataFaultMessage Property

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

'Usage
Dim instance As XmlInteractiveActivity
Dim value As FaultException

value = instance.MetadataFaultMessage

instance.MetadataFaultMessage = value

Syntax

'Declaration
<CategoryAttribute("Parameters")> _
<DescriptionAttribute("A Fault Exception that is to be sent back to the client after a WS-MetadataExchange WS-Transfer Get Request has been received. A parent activity should set this property if OperationValidation failed: This will inform the Activity to stop processing the Get Request, and to return the fault response to the client.")> _
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property MetadataFaultMessage As FaultException
[CategoryAttribute("Parameters")] 
[DescriptionAttribute("A Fault Exception that is to be sent back to the client after a WS-MetadataExchange WS-Transfer Get Request has been received. A parent activity should set this property if OperationValidation failed: This will inform the Activity to stop processing the Get Request, and to return the fault response to the client.")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[ValidationOptionAttribute(ValidationOption.Optional)] 
public FaultException MetadataFaultMessage { get; set; }
[CategoryAttribute(L"Parameters")] 
[DescriptionAttribute(L"A Fault Exception that is to be sent back to the client after a WS-MetadataExchange WS-Transfer Get Request has been received. A parent activity should set this property if OperationValidation failed: This will inform the Activity to stop processing the Get Request, and to return the fault response to the client.")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[ValidationOptionAttribute(ValidationOption::Optional)] 
public:
property FaultException^ MetadataFaultMessage {
    FaultException^ get ();
    void set (FaultException^ value);
}
/** @property */
public FaultException get_MetadataFaultMessage ()

/** @property */
public void set_MetadataFaultMessage (FaultException value)
public function get MetadataFaultMessage () : FaultException

public function set MetadataFaultMessage (value : FaultException)

Property Value

Returns FaultException.

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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlInteractiveActivity Class
XmlInteractiveActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace