Interface CfnAssetModel.IPropertyPathDefinitionProperty
Represents one level between a composite model and the root of the asset model.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPropertyPathDefinitionProperty
Syntax (vb)
Public Interface IPropertyPathDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var propertyPathDefinitionProperty = new PropertyPathDefinitionProperty {
Name = "name"
};
Synopsis
Properties
Name | The name of the path segment. |
Properties
Name
The name of the path segment.
string Name { get; }
Property Value
System.String