Share via


ModelComparerConfiguration.TryGetPropertyValueSubstitution Method

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function TryGetPropertyValueSubstitution ( _
    element As IModelElement, _
    propertyClass As ModelPropertyClass, _
    isSource As Boolean, _
    <OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetPropertyValueSubstitution(
    IModelElement element,
    ModelPropertyClass propertyClass,
    bool isSource,
    out Object value
)
public:
bool TryGetPropertyValueSubstitution(
    IModelElement^ element, 
    ModelPropertyClass^ propertyClass, 
    bool isSource, 
    [OutAttribute] Object^% value
)
member TryGetPropertyValueSubstitution : 
        element:IModelElement * 
        propertyClass:ModelPropertyClass * 
        isSource:bool * 
        value:Object byref -> bool 
public function TryGetPropertyValueSubstitution(
    element : IModelElement, 
    propertyClass : ModelPropertyClass, 
    isSource : boolean, 
    value : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparerConfiguration Class

Microsoft.Data.Schema.SchemaModel Namespace