Selerix Developer Tools
XmlLocked Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : XmlLocked Property
Gets or sets a value indicating whether this Portfolio is locked.
Syntax
'Declaration
 
<XmlAttributeAttribute("Locked")>
Public Overridable Property XmlLocked As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.XmlLocked = value
 
value = instance.XmlLocked
[XmlAttribute("Locked")]
public virtual string XmlLocked {get; set;}
public read-write property XmlLocked: String; virtual; 
XmlAttributeAttribute("Locked")
public function get,set XmlLocked : String
[XmlAttribute("Locked")]
public: __property virtual string* get_XmlLocked();
public: __property virtual void set_XmlLocked( 
   string* value
);
[XmlAttribute("Locked")]
public:
virtual property String^ XmlLocked {
   String^ get();
   void set (    String^ value);
}

Property Value

true if training; otherwise, false.
See Also

Reference

Portfolio Class
Portfolio Members