RelationshipSnapshot Constructors
RecordConstructors1 member
A snapshot of a relationship.
Constructor(string, string)Section titled Constructor(string, string) A snapshot of a relationship.
public record RelationshipSnapshot{ public RelationshipSnapshot( string ResourceName, string Type) { // ... }}Parameters
ResourceNamestringThe name of the resource the relationship is to.TypestringThe relationship type.