Northwoods.GoSilverlight 1.1.3 Assembly
ContainingSubGraph Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : ContainingSubGraph Property

Get the one Group (a "subgraph") that this part is a member of, if any.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ContainingSubGraph As Group
C# 
public abstract Group ContainingSubGraph {get;}

Remarks

This property is only useful when the model is an ISubGraphModel.

See Also