IReadPipelineConnectionProperties.InternalMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internal metadata of the connection inside pipeline.
[ADT.Runtime.Info(Create=true, Description="Internal metadata of the connection inside pipeline.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IReadInternalMetadataProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalMetadata", Update=true)]
public ADT.Models.IReadInternalMetadataProperties InternalMetadata { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Internal metadata of the connection inside pipeline.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IReadInternalMetadataProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalMetadata", Update=true)>]
member this.InternalMetadata : ADT.Models.IReadInternalMetadataProperties with get, set
Public Property InternalMetadata As IReadInternalMetadataProperties
Property Value
- Attributes