ILinkConstraintConstrainedLink Property |
Gets or sets the link to which this constraint applies.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
SyntaxIServiceProvider ConstrainedLink { get; set; }
Property ConstrainedLink As IServiceProvider
Get
Set
property IServiceProvider^ ConstrainedLink {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
abstract ConstrainedLink : IServiceProvider with get, set
Property Value
Type:
IServiceProvider
See Also