WebFactorTreeNodeParents Property |
Parents of this factor tree node.
This property is not included in the web service contract.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebFactorTreeNode> Parents { get; set; }
Public Property Parents As List(Of WebFactorTreeNode)
Get
Set
public:
property List<WebFactorTreeNode^>^ Parents {
List<WebFactorTreeNode^>^ get ();
void set (List<WebFactorTreeNode^>^ value);
}
member Parents : List<WebFactorTreeNode> with get, set
Property Value
Type:
ListWebFactorTreeNodeSee Also