Share via


OperationImplicitScope.Relationship Property

Definition

Gets the relationship to which the operation in the profile is restricted.

public:
 property Nullable<Guid> Relationship { Nullable<Guid> get(); };
public Guid? Relationship { get; }
member this.Relationship : Nullable<Guid>
Public ReadOnly Property Relationship As Nullable(Of Guid)

Property Value

The relationship to which the operation in the profile is restricted.

Remarks

Must be used in conjunction with the class. Relationships are treated as properties on the endpoint types.

Applies to