FixBaseProvider.Sessions Property
[Category(Category.Sessions)]
[TypeConverter(typeof(SessionsTypeConverter))]
[Browsable(false)]
public virtual IBaseSessionInfo[] Sessions {get; set;}
This language is not supported or no code example is available.
[Category(Category.Sessions)]
[TypeConverter(typeof(SessionsTypeConverter))]
[Browsable(false)]
public:
virtual property array< IBaseSessionInfo^ >^ Sessions {
array< IBaseSessionInfo^ >^ get( );
void set(
array< IBaseSessionInfo^ >^ value
);
}
This language is not supported or no code example is available.
public
Category(Category.Sessions)
TypeConverter(typeof(SessionsTypeConverter))
Browsable(false)
function get Sessions() : IBaseSessionInfo[];
public
Category(Category.Sessions)
TypeConverter(typeof(SessionsTypeConverter))
Browsable(false)
function set Sessions(value : IBaseSessionInfo[]);
This language is not supported or no code example is available.
Property Value
IBaseSessionInfo[]