| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvised.IsSerializable Property
Returns a boolean specifying if this IAdvised instance can be serialized.
[Visual Basic]
Public MustOverride ReadOnly Property IsSerializable() As
Boolean Public Get
End Get
End Property
[C#]
public
bool IsSerializable { public get; }
Property Value
true if this instance can be serialized, false otherwise.
See Also
IAdvised Interface | Spring.Aop.Framework Namespace