Gets the object representing the property of a context.
Namespace:
?
System.Runtime.Remoting.Contexts
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Property As Object |
C# |
---|
public virtual Object Property { get; } |
Visual C++ |
---|
public:
virtual property Object^ Property {
Object^ get ();
} |
JavaScript |
---|
function get_property();
|
Return Value
The object representing the property of a context.
See Also