iothub/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/twin/Twin.java [178:185]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TwinCollection getDesiredProperties()
    {
        if (this.properties == null)
        {
            return null;
        }
        return this.properties.getDesired();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



provisioning/provisioning-service-client/src/main/java/com/microsoft/azure/sdk/iot/provisioning/service/configs/TwinState.java [171:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public TwinCollection getDesiredProperties()
    {
        if (this.properties == null)
        {
            return null;
        }
        return this.properties.getDesired();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



