Selerix Developer Tools
Scope Property (CustomFieldInfo)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CustomFieldInfo Class : Scope Property
Gets or sets scope for the custom field
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Scope As CustomFieldScope
'Usage
 
Dim instance As CustomFieldInfo
Dim value As CustomFieldScope
 
instance.Scope = value
 
value = instance.Scope
[XmlAttribute()]
[DefaultValue()]
public virtual CustomFieldScope Scope {get; set;}
public read-write property Scope: CustomFieldScope; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Scope : CustomFieldScope
[XmlAttribute()]
[DefaultValue()]
public: __property virtual CustomFieldScope get_Scope();
public: __property virtual void set_Scope( 
   CustomFieldScope value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property CustomFieldScope Scope {
   CustomFieldScope get();
   void set (    CustomFieldScope value);
}
See Also

Reference

CustomFieldInfo Class
CustomFieldInfo Members