IConfiguration.

MarkTransient(string) Method

Summary

allows to mark fields as transient with custom attributes.

Syntax

void MarkTransient(string attributeName)

Remarks

allows to mark fields as transient with custom attributes.

.NET only: Call this method with the attribute name that you wish to use to mark fields as transient. Multiple transient attributes are possible by calling this method multiple times with different attribute names.

In client/server environment the setting should be used on both client and server.

Parameters

Name Type Description
attributeName string - the fully qualified name of the attribute, including it's namespace

Return Value

Type Description
void