'Declaration
<XmlArrayAttribute("Relationships")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")> Public Property Scope As List(Of RelationshipCC)
'Usage
Dim instance As ApplicationBusinessRule Dim value As List(Of RelationshipCC) instance.Scope = value value = instance.Scope
[XmlArray("Relationships")] [XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")] public List<RelationshipCC> Scope {get; set;}
public read-write property Scope: List;
XmlArrayAttribute("Relationships") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC") public function get,set Scope : List
[XmlArray("Relationships")] [XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")] public: __property List<RelationshipCC*>* get_Scope(); public: __property void set_Scope( List<RelationshipCC*>* value );
[XmlArray("Relationships")] [XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")] public: property List<RelationshipCC^>^ Scope { List<RelationshipCC^>^ get(); void set ( List<RelationshipCC^>^ value); }