MemberBinding.ObjectBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
With nested bindings, the referenced binding may not be an ObjectBinding. Please use Binding property instead.
public:
abstract property Microsoft::RuleEngine::ObjectBinding ^ ObjectBinding { Microsoft::RuleEngine::ObjectBinding ^ get(); };
[System.Obsolete("With nested bindings, the referenced binding may not be an ObjectBinding. Please use Binding property instead.")]
public abstract Microsoft.RuleEngine.ObjectBinding ObjectBinding { get; }
member this.ObjectBinding : Microsoft.RuleEngine.ObjectBinding
Public MustOverride ReadOnly Property ObjectBinding As ObjectBinding
Property Value
- Attributes