PublisherSessionInfo.Enabled Property

[Category(Category.Behavior)] 
[Description("Indicates whether the session is enabled")] 
[DefaultValue(DefaultEnabled)] 
public bool Enabled {get; set;}
This language is not supported or no code example is available.
[Category(Category.Behavior)] 
[Description("Indicates whether the session is enabled")] 
[DefaultValue(DefaultEnabled)] 
public:  
property bool Enabled { 
bool get( ); 
void set( 
bool value 
); 
}
This language is not supported or no code example is available.
public  
Category(Category.Behavior) 
Description("Indicates whether the session is enabled") 
DefaultValue(DefaultEnabled) 
function get Enabled() : boolean
public  
Category(Category.Behavior) 
Description("Indicates whether the session is enabled") 
DefaultValue(DefaultEnabled) 
function set Enabled(value : boolean);
This language is not supported or no code example is available.

Property Value

bool

Implements

IPublisherSessionInfo.Enabled

In this article

Definition