ResultantOverrideSetWithWorkflowPropertyOverrides.ResultantPropertyOverrides Property
Gets the mapping of properties to their overrides.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ResultantOverrideSetWithWorkflowPropertyOverrides
Dim value As Dictionary(Of ManagementPackWorkflowProperty, ResultantOverride(Of ManagementPackOverride))
value = instance.ResultantPropertyOverrides
Syntax
'Declaration
Public ReadOnly Property ResultantPropertyOverrides As Dictionary(Of ManagementPackWorkflowProperty, ResultantOverride(Of ManagementPackOverride))
public Dictionary<ManagementPackWorkflowProperty,ResultantOverride<ManagementPackOverride>> ResultantPropertyOverrides { get; }
public:
property Dictionary<ManagementPackWorkflowProperty, ResultantOverride<ManagementPackOverride^>^>^ ResultantPropertyOverrides {
Dictionary<ManagementPackWorkflowProperty, ResultantOverride<ManagementPackOverride^>^>^ get ();
}
/** @property */
public Dictionary<ManagementPackWorkflowProperty,ResultantOverride<ManagementPackOverride>> get_ResultantPropertyOverrides ()
public function get ResultantPropertyOverrides () : Dictionary<ManagementPackWorkflowProperty,ResultantOverride<ManagementPackOverride>>
Property Value
Returns a ManagementPackWorkflowProperty and ManagementPackOverride pair.
The mapping of properties to their overrides.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ResultantOverrideSetWithWorkflowPropertyOverrides Class
ResultantOverrideSetWithWorkflowPropertyOverrides Members
Microsoft.EnterpriseManagement.Configuration Namespace