SfcReferenceSelectorAttribute Class

Definition

Important

This API is not CLS-compliant.

Attribute that allows valid values to be returned that can be applied to a property that is also a soft reference.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.CLSCompliant(false)]
public class SfcReferenceSelectorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.CLSCompliant(false)>]
type SfcReferenceSelectorAttribute = class
    inherit Attribute
Public Class SfcReferenceSelectorAttribute
Inherits Attribute
Inheritance
SfcReferenceSelectorAttribute
Attributes

Constructors

SfcReferenceSelectorAttribute(String, String, String[])

Properties

Arguments

Arguments for the PathExpression

Field

The field that needs to be returned by the query

PathExpression

Path expression that is used to resolve the reference

Applies to