ReferenceRowProviderReferencingAttributeValue Property |
Gets or sets the value of the referencing attribute in the referencing row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ReferencingAttributeValue { get; set; }
Public Property ReferencingAttributeValue As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ReferencingAttributeValue {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ReferencingAttributeValue : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The value of the referencing attribute.
See Also