Property Prefix
Prefix
Gets or sets the prefix the source bound to this element's namespace, or null when the element was in a default namespace or none.
public string? Prefix { get; set; }
Property Value
Remarks
Carried so a round trip writes back the prefixes the author used. It is presentation, not identity: RdlName ignores it, and so does StructurallyEquals(RdlElement?).