ArcObjects Library Reference (GeoDatabase)  

ISynchronizationHelper.PopulateStaticProperties Method

Fills in required properties.

[Visual Basic .NET]
Public Sub PopulateStaticProperties ( _
    ByVal PropertySet As IPropertySet _
)
[C#]
public void PopulateStaticProperties (
    IPropertySet PropertySet
);
[C++]
HRESULT PopulateStaticProperties(
  IPropertySet* PropertySet
);
[C++]

Parameters

PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISynchronizationHelper Interface