Store Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicPropertyStoreAsGraphStoreGetSet
'Usage
DiminstanceAsDefaultGraphStoreNodeDimvalueAsGraphStorevalue = instance.Store

instance.Store = value
publicGraphStoreStore { get; set; }
public:
propertyGraphStore^ Store {
    GraphStore^ get ();
    voidset (GraphStore^ value);
}
function getStore () : GraphStorefunction setStore (value : GraphStore)

Property Value

Type: System.Dataflow. . :: . .GraphStore

.NET Framework Security

See Also

Reference

DefaultGraphStoreNode Class

DefaultGraphStoreNode Members

System.Dataflow Namespace