Example #1
0
 public IResult <IValue> RetrievePropertyValue(string propertyId)
 {
     return(submodelServiceProvider.RetrievePropertyValue(propertyId));
 }