System.Runtime.Remoting.Contexts.IDynamicProperty Interface
Assembly:
Mscorlib.dll
Namespace:
System.Runtime.Remoting.Contexts
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Indicates that the implementing property should be registered at runtime through the
Context.RegisterDynamicProperty
method.
C# Syntax:
public interface IDynamicProperty
Remarks
Dynamic properties must also expose the
IContributeDynamicSink
interface if they want to provide dynamic sinks.
See also:
System.Runtime.Remoting.Contexts Namespace
System.Runtime.Remoting.Contexts.IDynamicProperty Member List:
Public Properties
Name
Read-only
Gets the name of the dynamic property.
System.Runtime.Remoting.Contexts.IDynamicProperty Member Details
Property:
Name
(read-only)
Summary
Gets the name of the dynamic property.
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
string
Name {get;}
Return to top
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.