AttributeReference.SynchronizeAttributes Method

Synchronizes the data of the AttributeReference with the data of the attribute, copying all the data except the Value.
Public Sub SynchronizeAttributes( _ 
ByVal attribute As Attribute
)
This language is not supported or no code example is available.
public void SynchronizeAttributes( 
Attribute attribute 
)
This language is not supported or no code example is available.

Parameters

attribute
Attribute

The attribute entity from which to copy the data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition