Click or drag to resize

ConfigMetadataFilters Property

.NET STTP API
Gets or sets any filters to be applied to incoming metadata to reduce total received metadata. Each filter expression should be separated by semi-colon.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public string MetadataFilters { get; set; }
Request Example View Source

Property Value

String
See Also