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 FaultException

value = instance.MetadataFaultMessage

instance.MetadataFaultMessage = value

Syntax

Visual Basic
<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.")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property MetadataFaultMessage As FaultException
C#
[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.")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[CategoryAttribute("Parameters")] 
[ValidationOptionAttribute(ValidationOption.Optional)] 
[BrowsableAttribute(true)] 
public FaultException MetadataFaultMessage { get; set; }
C++
[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.")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[CategoryAttribute(L"Parameters")] 
[ValidationOptionAttribute(ValidationOption::Optional)] 
[BrowsableAttribute(true)] 
public:
property FaultException^ MetadataFaultMessage {
		FaultException^ get ();
		void set (FaultException^ value);
}
J#
/** @property */
public FaultException get_MetadataFaultMessage ()

/** @property */
public void set_MetadataFaultMessage (FaultException value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also